Python 3.9: Lists & Tuples

Pubblicato il: 23 gennaio 2021
sul canale di: 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  


In questa pagina del sito puoi guardare il video online Python 3.9: Lists & Tuples della durata di ore minuti seconda in buona qualità , che l'utente ha caricato BitCode 23 gennaio 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 130 volte e gli è piaciuto 14 spettatori. Buona visione!