Tuples and Sets | Intro to Coding | Learn to Code Python!

Publié le: 16 juin 2022
sur la chaîne: JakeEh
60
7

In this video we go over Tuples and Sets.

Tuples are like an immutable version of a list. Order is maintained for them, but you can't add anything to them. They are great to use when you want to set it and be sure it hasn't changed throughout your program - these types of variables are typically called *constants*.

Sets are another data structure that are unlike lists or tuples. They are immutable and unordered. While they are immutable, it just means that you can't update a specific value or reference a specific value, you can only remove/add/search if it's there. They are great for tracking unique values such as checkpoints in a game, or guesses in Hangman.

Tuples: https://www.w3schools.com/python/pyth...
Sets: https://www.w3schools.com/python/pyth...

Thanks for watching! ❤️

Timestamps:
00:00 Intro
00:20 Tuples
06:05 Sets
14:24 When to use Tuples & Sets
14:56 Outro

#coding #python #sets #tuples


Sur cette page du site, vous pouvez voir la vidéo en ligne Tuples and Sets | Intro to Coding | Learn to Code Python! durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur JakeEh 16 juin 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 60 fois et il a aimé 7 téléspectateurs. Bon visionnage!