Programming (11th Grade)
Operators
What is the output of 'print(10 % 3)' in Python?
1
2
3
0
Next