get the length of a python list code example Example: length of list python thistuple = ("apple", "banana", "cherry") print(len(thistuple))