Vidyalelo
Python · Q39

Python Operator Precedence: MCQs for Exam Prep

Programming · Python · question 39

Q39

Which of the following expressions results in an error?

A.
float('10')
B.
int('10')
C.
float('10.8')
D.
int('10.8')
Answer

Answer: Option D

Solution

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