22.3k views
25 votes
Which of these are correctly formatted python lists? check all that apply. list1=(race, cars, trucks, bikes) list2=[‘computer science’, ‘math’, ‘psychology’] list3=["programming 101", "intro to python"] list4=(‘summer’, ‘fall’, ‘winter’, ‘spring’) list5=[52, 24, 71, 72, 56]

1 Answer

11 votes

Answer:

B,C,E

Step-by-step explanation:

because i did it

User Penguin Egg
by
4.6k points