Vidyalelo
Python · Q80

Python Introduction and basic

Programming · Python · question 80

Q80

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

A.
512, 64, 512
Answer
B.
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