Write a program to find the length of a tuple.
CODE FOR THE ABOVE PYTHON PROGRAM :
t = (1, 2, 3, 4, 5)
print("Length of tuple is:", len(t))
OUTPUT :
t = (1, 2, 3, 4, 5)
print("Length of tuple is:", len(t))
You'll discover all of the most up-to-date bring innovative here.