Python exponentiation syntax added

We’ve added the python ** exponentiation syntax to the expression language. Writing x ** y is equivalent to pow(x, y)