Q17
What is the result of the expression 7 % 3 ?
A.
2.33
B.
2
C.
0.333
D.
1
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The % operator calculates the remainder of the division.
Python MCQs: Variable Names and Operators Chapter
Programming · Python · question 17
Q17
Answer: Option D