puissance python
# x^2 :
xsquared = x**2
Disturbed Deer
# x^2 :
xsquared = x**2
import math
math.exp(x)
x**y # x^y