Skip to content

Commit bcf4126

Browse files
authored
fix: add a tuple resource (kamranahmedse#8089)
1 parent f9dbd16 commit bcf4126

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Tuples are immutable sequences, meaning that once a tuple is created, its elemen
44

55
- [@official@Tuples Documentation](https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences)
66
- [@article@When and How to Use Tuples](https://thenewstack.io/python-for-beginners-when-and-how-to-use-tuples/)
7+
- [@article@Python's tuple Data Type: A Deep Dive With Examples](https://realpython.com/python-tuple/#getting-started-with-pythons-tuple-data-type)
78
- [@video@why are Tuples even a thing?](https://www.youtube.com/watch?v=fR_D_KIAYrE)

0 commit comments

Comments
 (0)