Programming (Year 12)
Operators
What is the output of the following code: print(2 * 3 ** 2)?
18
12
36
9