Programming (12th Grade)
Exponents
What is the output of the following code: print(2 ** 3 ** 2)?
8
64
9
6