my_tuple = (2,3,4,5,6,6)
print("my tuple is:", my_tuple)
print("lenght of tuple is", len(my_tuple))
Create a tuple of 6 items and print its length using len() function Using Python
Login to like
Posted By:

UmairMehmood
11 days ago
Join the conversation!
Login to Comment