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
1.9k
0
Do you find this helpful?
4

Discussion

No comments yet