What are the values of the following Python expressions?
2**(3**2)
(2**3)**2
2**3**2

Posted on by