Q80
What are the values of the following Python expressions? 2**(3**2) (2**3)**2 2**3**2
A.
512, 64, 512
AnswerB.
512, 512, 512
C.
64, 512, 64
D.
64, 64, 64
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board