Which of the following commands will create a list?
Posted: Wed Jul 13, 2022 7:44 pm
a) list1 = list()
b) list1 = []
c) list1 = list([1, 2, 3])
d) all of the mentioned
b) list1 = []
c) list1 = list([1, 2, 3])
d) all of the mentioned
Accurate answers. Every time.
https://answerhappy.com/