Which Of The Following Expressions Results In An Error #63
Which of the following expressions results in an error?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Precedence and Associativity in Python - Python Precedence and Associativity - Quiz No.2.
Which of the following expressions results in an error?
float(‘10’)
int(‘10’)
float(’10.8’)
int(’10.8’)