Computer Science, asked by saakshi70, 6 months ago

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 Anonymous
4
  • Heya mate ,

Your option is c ) ['Mon']

Similar questions