421,069 views
8 votes
8 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]

User Big Ed
by
3.1k points

1 Answer

6 votes
6 votes

Answer:

B,C,E

Step-by-step explanation:

because i did it

User Dave Manning
by
2.5k points