MCQ Answer

<p>What will be the value of the following Python expression?</p><pre><span style="font-size: 14px;">print(float(4+int(2.39)%2))</span></pre>

What will be the value of the following Python expression?

print(float(4+int(2.39)%2))


निम्नलिखित पायथन एक्सप्रेशन की वैल्यू क्या होगी ?

print(float(4+int(2.39)%2))
Topic : Operators Expressions and Python Statements

A. 5.0

B. 5

C. 4.0

D. 4




Correct Answer is :

C. 4.0



Explanation
The above expression is an example of explicit conversion. It is evaluated as: float(4+int(2.39)%2) = float(4+2%2) = float(4+0) = 4.0. Hence the result of this expression is 4.0.
Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad