A

Admin • 831.35K Points
Coach

Q. What are the values of the following Python expressions?

Code:
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
  • Correct Answer - Option(A)
  • Views: 13
  • Filed under category Python
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.