Vidyalelo
Python · Q25

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 25

Q25

What will be the value of the following Python expression? float(4+int(2.39)%2)

A.
5.0
B.
5
C.
4.0
Answer
D.
4

Answer: Option C

Solution

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