1.

Which of the following expressions results in an error?

A. float(‘10’)
B. int(‘10’)
C. float(’10.8’)
D. int(’10.8’)
Answer» E.


Discussion

No Comment Found