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