Q. Which of the following commands will create a list? (Solved)
1. list1 = list()
2. list1 = []
3. list1 = list([1, 2, 3])
4. all of the mentioned
- d. all of the mentioned
1. list1 = list()
2. list1 = []
3. list1 = list([1, 2, 3])
4. all of the mentioned