Programming (Year 12)
Basic Programming Concepts
What is the output of the following Python code: print(5 * 2 ** 3)?
10
16
40
8
Next