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
AnswerD.
4
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board