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
parent
90df0a3a4d
commit
853603b1f6
1 changed files with 5 additions and 1 deletions
@ -1 +1,5 @@ |
||||
# Tuples |
||||
# 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…
Reference in new issue