Basics of Python-6
Day 6 Tuple : Tuple is an in-built data type in python and is used to collect objects, by separation of commas. Tuples are mutable. We use the '( )' operator to denote a tuple Indexing is the same as the list Let's solve a few problems on tupl...
Mar 10, 20232 min read68
