Learn to create and use tuples in Python. Tuples are similar to Python Lists, however Lists are mutable i.e. List items can be modified, but Tuples are immutable i.e. Tuple items can not be modified or changed.
We can use tuples when we want static values for our variables so that users can not change or modify the value of those variables.

Subscribe : https://www.youtube.com/channel/UC-FZ9Vs5uXEAwcmrOoKoCjA

#python

How to Create and Use Tuples in Python
1.90 GEEK