From 731ff23c9da5a4bf6cdf56a488585cfc3e5d0ec7 Mon Sep 17 00:00:00 2001 From: bigtendons8 Date: Tue, 13 Aug 2024 00:23:55 +1000 Subject: [PATCH] Add content to sets (#6473) * Update sets@soZFqivM3YBuljeX6PoaX.md add new links * Update sets@soZFqivM3YBuljeX6PoaX.md accidentally gave two resources the same label... --- src/data/roadmaps/python/content/sets@soZFqivM3YBuljeX6PoaX.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/roadmaps/python/content/sets@soZFqivM3YBuljeX6PoaX.md b/src/data/roadmaps/python/content/sets@soZFqivM3YBuljeX6PoaX.md index 93d17c64b..7ac293deb 100644 --- a/src/data/roadmaps/python/content/sets@soZFqivM3YBuljeX6PoaX.md +++ b/src/data/roadmaps/python/content/sets@soZFqivM3YBuljeX6PoaX.md @@ -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/)