Which of the following expressions results in an error?
A. int(1011)
B. int('1011',23)
C. int(1011,2)
D. int('1011')
Answer: Option C
Related Questions on Bitwise and Boolean
A. int(1011)
B. int('1011',23)
C. int(1011,2)
D. int('1011')
Answer: Option C
Join The Discussion