Programming (11th Grade)
Python Basics
What is the output of the following code: print(2 ** 3)
5
6
8
9