demo_tuple_length.py:
thistuple = ("apple", "banana", "cherry") print(len(thistuple))
C:\Users\My Name>python demo_tuple_length.py
3