From b40ec831377ff99125e774b4106f0ad70548f472 Mon Sep 17 00:00:00 2001 From: Said-BT <47043136+Said-BT@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:13:34 +0100 Subject: [PATCH] fix: add topic content resources * Update tuples@i7xIGiXU-k5UIKHIhQPjE.md added 2 resources as this section has nothing. * Update tuples@i7xIGiXU-k5UIKHIhQPjE.md * Update src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md --------- Co-authored-by: Arik Chakma --- .../roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md b/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md index c0702b29d..7ad0dfa86 100644 --- a/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md +++ b/src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md @@ -3,3 +3,5 @@ Tuples are immutable sequences, meaning that once a tuple is created, its elements cannot be changed. Tuples are often used to store related pieces of information. They are defined by placing the elements inside parentheses () separated by commas. - [@official@Tuples Documentation](https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences) +- [@article@When and How to Use Tuples](https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples/) +- [@video@why are Tuples even a thing?](https://www.youtube.com/watch?v=fR_D_KIAYrE)