Programming (Year 12)
Exponents
What is the output of the following code: print(2 ** 3 ** 2)?
8
16
4
64