Vidyalelo
Python · Q10

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 10

Q10

Which of the following expressions involves coercion when evaluated in Python?

A.
4.7 - 1.5
B.
7.9 * 6.3
C.
1.7 % 2
Answer
D.
3.4 + 4.6

Answer: Option C

Solution

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