Add content to Tuples (#6328)

* Update tuples@i7xIGiXU-k5UIKHIhQPjE.md

* Update src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/6303/head^2
Zehra 4 months ago committed by GitHub
parent 90df0a3a4d
commit 853603b1f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/data/roadmaps/python/content/tuples@i7xIGiXU-k5UIKHIhQPjE.md

@ -1 +1,5 @@
# Tuples
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.
- [@article@Tuples Documentation](https://docs.python.org/3/tutorial/datastructures.html#tuples-and-sequences)

Loading…
Cancel
Save