Q39
Which of the following expressions results in an error?
A.
float('10')
B.
int('10')
C.
float('10.8')
D.
int('10.8')
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board