Vidyalelo
Python · Q30

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 30

Q30

Which of the following expressions is an example of type conversion?

A.
4.0 + float(3)
Answer
B.
5.3 + 6.3
C.
5.0 + 3
D.
3 + 7

Answer: Option A

Solution

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