

McqMate
Q. |
What will be the value of x in the
|
A. | 43 |
B. | 44 |
C. | 22 |
D. | 23 |
Answer» B. 44 | |
Explanation: The expression shown above is an example of explicit conversion. It is evaluated as int(43.55+1) = int(44.55) = 44. Hence the result of this expression is 44. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet