Programming (12th Grade)
Python Operators
What is the output of the following code: print(2 * 3 ** 2)?
12
18
8
36