Page 1 of 1

What are the values of the following Python expressions?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
2**(3**2)
(2**3)**2
2**3**2
a) 512, 64, 512
b) 512, 512, 512
c) 64, 512, 64
d) 64, 64, 64