Programming (Year 12)
Operators
What is the output of the following code snippet: print(2 ** 3 + 1)?
8
9
7
6
Next