3. Identify which of the following are List, Tuple and class. a) arr[1,2,34] b) arr(1,2,34) c) student [ rno, name, mark] d) day = ( ‘sun’, ‘mon’, ‘tue’, ‘wed’) e) x=[2,5,6,5, [ 5,6] , 8.2] f)employee [ eno, ename, esal, eaddress.
Answers
Answered by
0
Answer:
first of all none of them are class, class is a totaly different topic all together.
here u go
a : list
b: tuple
c: list
d: tuple
e: list
f: list
Similar questions