Computer Science for IGCSE & O level - Programming (Section 3 - No. 19)

What is the output of `print(10 // 3)`?
3.33
3
1
0

Explanation

The `//` operator performs integer division, returning 3.

Comments (0)

Advertisement