Page 1 of 1

Which of the following expressions results in an error?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) float(‘10’)
b) int(‘10’)
c) float(’10.8’)
d) int(’10.8’)