Python Tuples in Hindi (Easy to Understand )

Source Code :

tuple = (1, 2, "H", 2.8)
print (len(tuple))
#Output : 4

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top