python_tuple_length.py:
x
 
thistuple = ("apple", "banana", "cherry")
print(len(thistuple))