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