Programming (Year 11)
Basic Operations
What is the output of the following code? print(2 ** 3)
2
6
8
3