Sets

In this playlist, every video will explain a concept in python from Beginner to Expert In 5 Minutes OR Less :)

Пікірлер: 3

  • @daelitecoder2008
    @daelitecoder2008Ай бұрын

    I forgot to mention* You cannot have dupicate items in a set. For example, I cannot have a set that looks like: {"bob", "joe", "bob"}. You will get an error because "bob" exists two times in the set. Recap for sets: 1. The data is unordered 2. You cannot modify the existing data 3. Duplicates are not allowed

  • @expectationschaos6820
    @expectationschaos6820Ай бұрын

    Nice

  • @daelitecoder2008

    @daelitecoder2008

    Ай бұрын

    Thank you for watching! Be sure to subscribe for more videos and share this with anyone who would benefit.