Skip to content

Commit

Permalink
fix: add a tuple resource (#8089)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavhu10 authored Jan 22, 2025
1 parent f9dbd16 commit bcf4126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/roadmaps/python/content/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Tuples are immutable sequences, meaning that once a tuple is created, its elemen

- [@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/)
- [@article@Python's tuple Data Type: A Deep Dive With Examples](https://realpython.com/python-tuple/#getting-started-with-pythons-tuple-data-type)
- [@video@why are Tuples even a thing?](https://www.youtube.com/watch?v=fR_D_KIAYrE)

0 comments on commit bcf4126

Please sign in to comment.