Tuple
A tuple is a collection which is ordered and unchangeable. In Python tuples are written with round brackets.
Access Tuple Items
You can access tuple items by referring to the index number, inside square brackets:
Change Tuple Values
Once a tuple is created, you cannot change its values. Tuples are unchangeable.
Tuple Length
To determine how many items a tuple has, use the len() method:
Add Items
Once a tuple is created, you cannot add items to it. Tuples are unchangeable.
Add Items
Once a tuple is created, you cannot add items to it. Tuples are unchangeable.
For other video link:
If you want to Create Basic GUI application with tkinter modue:
https://youtu.be/qdXCeRRpHv8
#learn_python_in_nepali #tuple
thnk u