Programming (Year 11)
Basic Operators
What is the output of the following code snippet: print(2 ** 3)?
6
8
9
10
Next