McqMate
Q. |
What will be the output of the following Python expression? int(1011)? |
A. | 1011 |
B. | 11 |
C. | 13 |
D. | 1101 |
Answer» A. 1011 | |
Explanation: the result of the expression shown will be 1011. this is because we have not specified the base in this expression. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet