19. What is the output of the following? M = ['Mon', 45, 'Tue', 43, 'Wed', 42] print(M[ :1]) *
a) [ ]
b) ['Mon', 45, 'Tue', 43, 'Wed', 42]
c) [‘Mon’]
d) [42]
Answers
Answered by
4
- Heya mate ,
Your option is c ) ['Mon']
Similar questions