Vidyalelo
Python · Q16

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 16

Q16

What will be the value of the following Python expression? 4 + 3 % 5

A.
4
B.
7
Answer
C.
2
D.
0

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board