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’)