Skip to content

Commit

Permalink
fix: add topic content resources
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Said-BT and arikchakma authored Jan 21, 2025
1 parent edc7de8 commit b40ec83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data/roadmaps/python/content/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit b40ec83

Please sign in to comment.