Vidyalelo
Python · Q17

Python MCQs: Variable Names and Operators Chapter

Programming · Python · question 17

Q17

What is the result of the expression 7 % 3 ?

A.
2.33
B.
2
C.
0.333
D.
1
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The % operator calculates the remainder of the division.