73.8k views
0 votes
Which of these are correctly formatted Python tuples? CHECK ALL THAT APPY.

A. tup1=(‘computer science’, ‘math’, ‘psychology’)
B. list1=[“final”, “complete”, “finish”]
C. tup2=“Programming 101”, “Intro to Python”
D. tup3=[“MacBook”, “Dell”, “IBM”]
E. tup4=(‘laptop’, ‘computer’, ‘hard drive’)

User Wai Han Ko
by
6.0k points

1 Answer

1 vote

Answer:

It’s A C E

Step-by-step explanation:

User BobDroid
by
6.1k points