McqMate
| Q. |
What is the return type of function id? |
| A. | int |
| B. | float |
| C. | bool |
| D. | dict |
| Answer» A. int | |
| Explanation: execute help(id) to find out details in python shell.id returns a integer value that is unique. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet