Predict the output (check your answer in the Python shell):
(a) 2**2**3
(b) 2**(2**3)
(c) (2**2)**3
Why do two of the expressions have the same output?
Rewrite expression (c) with one exponention operator (**) and one multiplication operator (* ).
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.