Programming (Year 11)
Arithmetic Operations
What is the output of print(10 // 3) in Python?
3.33
3
4
0
Next