1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-04 07:22:26 +02:00

Add content to sets (#6473)

* Update sets@soZFqivM3YBuljeX6PoaX.md

add new links

* Update sets@soZFqivM3YBuljeX6PoaX.md

accidentally gave two resources the same label...
This commit is contained in:
bigtendons8 2024-08-13 00:23:55 +10:00 committed by GitHub
parent e3bd00cf15
commit 731ff23c9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,3 +5,5 @@ Python Set is an unordered collection of data types that is iterable, mutable, a
Visit the following resources to learn more:
-[@video@Python Sets tutorial for Beginners](https://www.youtube.com/watch?v=t9j8lCUGZXo)
-[@article@An W3Schools - Python Sets](https://www.w3schools.com/python/python_sets.asp)
-[@article@An In-Depth Guide to Working with Python Sets](https://learnpython.com/blog/python-sets/)