Tuples in python
A tuple is very much like a list, except for the fact that its elements are fixed; that is, once a tuple is created, you cannot add new elements, delete elements, replace elements, or reorder the elements in the tuple.
Creating a tuple
empty tuple
...
developwithkanika.hashnode.dev4 min read