McqMate
| Q. |
What is the output when we execute list(“hello”)? |
| A. | [‘h’, ‘e’, ‘l’, ‘l’, ‘o’] |
| B. | [‘hello’] |
| C. | [‘llo’] |
| D. | [‘olleh’] |
| Answer» A. [‘h’, ‘e’, ‘l’, ‘l’, ‘o’] | |
| Explanation: execute in the shell to verify. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet