McqMate
| Q. |
What will be the output of the following
|
| A. | true |
| B. | false |
| C. | error |
| D. | no output |
| Answer» B. false | |
| Explanation: the expression not(10<20) returns false. the expression not(10>30) returns true. the and operation between false and true returns false. hence the output is false. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet