McqMate
| Q. |
Which of the following commands will create a list? |
| A. | list1 = list() |
| B. | list1 = [] |
| C. | list1 = list([1, 2, 3]) |
| D. | all of the mentioned |
| Answer» D. all of the mentioned | |
| Explanation: execute in the shell to verify | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet