Hi! In this video, we shall be looking at hat tuples are and how they work in Python. Tuples are containers just like lists, but are immutable. They can be very useful while storing a list of values and performing operations on these
values.
Smash like and subscribe now!
Time-stamps⏱:
0:00 - Introduction
0:30 - Defining tuples
2:16 - Deleting tuples
2:50 - Indexing in tuples
3:38 - Tuple membership operator
4:33 - Nesting
5:15 - Index and count functions
GitHub link for the code:
https://github.com/ChipTalksComputers...
SUBSCRIBE NOW:
/ @chipsqueax
GITHUB:
https://github.com/ChipTalksComputers
FACEBOOK:
/ chiptalkscomputers-105731584427042
INSTAGRAM:
/ chiptalkscomputers
PYTHON FOR BEGINNERS:
• How to download and install Python 3.8.2 o...
SORTING ALGORITHMS PLAYLIST:
• Sorting-1 - Bubble Sort algorithm explaine...
PREVIOUS VIDEOS:
Python sets:
• Sets in Python for beginners | Python 3 Tu...
Lists for Beginners:
• Lists in Python for Beginners | Python 3 T...
Tags:
Python beginners tutorial
Python for beginners
Tuples in Python
Tuples explained with an example