Day 20 - Introduction to Tuples
Python Tuples
Tuples are ordered collection of data items. They store multiple items in a single variable. Tuple items are separated by commas and enclosed within round brackets (). Tuples are unchangeable meaning we can not alter them after creation...
viveky.hashnode.dev4 min read
Vivek Yadav
Web Developer
Thanks