All About the Other Python Iterables: Tuples and Sets
Welcome to another post on iterables. In this post we would be talking about Tuples and Sets. Each data bundle houses other data types like numbers, strings and other iterables just like list do (Remember lists?) . They do differ however in terms of ...
lonercode.hashnode.dev6 min read