Python 3.9: Lists & Tuples

Publié le: 23 janvier 2021
sur la chaîne: BitCode
130
14

Welcome to another Python 3.9 tutorial video, this video is about lists and tuples. Our focus here is to learn about lists and tuples while understanding the difference between Python lists and tuples. Often confused, due to their similarities, these two structures are substantially different.

A tuple is a collection of data, separated by commas, which makes it similar to the Python list, but a tuple is fundamentally different as a tuple is "immutable." This means that it cannot be changed, modified, or manipulated.
To define a tuple, most of the time they are encased in round brackets.

But on the other hand,

Python Lists that are far more popular and mostly used, as the collection of data inside a list can be modified. To define a list, we use square brackets.

Keyboard I Use: https://amzn.to/2NgjPFV

Playlist:   • Installing Python 3.9  


Sur cette page du site, vous pouvez voir la vidéo en ligne Python 3.9: Lists & Tuples durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur BitCode 23 janvier 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 130 fois et il a aimé 14 téléspectateurs. Bon visionnage!