Page 1 of 1

Which of the following commands will create a list?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) list1 = list()
b) list1 = []
c) list1 = list([1, 2, 3])
d) all of the mentioned