Skip to content

Commit b40ec83

Browse files
Said-BTarikchakma
andauthored
fix: add topic content resources
* Update [email protected] added 2 resources as this section has nothing. * Update [email protected] * Update src/data/roadmaps/python/content/[email protected] --------- Co-authored-by: Arik Chakma <[email protected]>
1 parent edc7de8 commit b40ec83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/data/roadmaps/python/content/[email protected]

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
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.
44

55
- [@official@Tuples Documentation](https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences)
6+
- [@article@When and How to Use Tuples](https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples/)
7+
- [@video@why are Tuples even a thing?](https://www.youtube.com/watch?v=fR_D_KIAYrE)

0 commit comments

Comments
 (0)