Computer Science, asked by rasika1706, 28 days ago

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 almir19
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