Quiz 2: Revision Tour (Python) Class XII [Click on 'Excel With Python Bites' to open Home Page]

Python Revision Tour 2
Question 1

>>>T=['Mon','Tue','Wed','Thu','Fri','Sat','Sun']
>>>len(T)

What will be the output of above Python code?
A:)    7
B:)    6
C:)    ['Mon','Tue','Wed','Thu','Fri','Sat','Sun']
D:)    None

.................................................................................................