What is the expected output of the following code?

What is the expected output of the following code?

print (2 ** 3 ** 2 ** 1)
A . 64
B . 16
C . 128.0
D . The code is erroneous.
E . 16.0
F . 512

Answer: F

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments