Examveda

What are the values of the following Python expressions?
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

Answer: Option A


This Question Belongs to Python Program >> Introduction To Python

Join The Discussion

Related Questions on Introduction to Python