filmov
tv
Complete Python Tuples In One Video | For Absolute Beginners | Data Science Program 2023 | Future4.0
![preview_player](https://i.ytimg.com/vi/Yhn1muvkMK4/maxresdefault.jpg)
Показать описание
Topics covered under this video
- definition
- example
- characteristics of a tuple
- creating tuples
- accessing item from a tuple
- editing items (not allowed)
- adding items not possible
- deleting items (not possible)
- deleting whole tuple (possible)
- operations on a tuple
- tuple functions
- tuple unpacking
- zip
- difference between lists and tuples