size tuple python code example Example: how to get the size of a tuple in python Click to copy#use len(objects) objects = [69, "420",66.6] len(objects) #returns 3