-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
area:dev-envCI, pre-commit, pylint and other changes that do not change the behavior of the final codeCI, pre-commit, pylint and other changes that do not change the behavior of the final code
Milestone
Description
Add a new chapter to the Python tutorial section titled "Tuples in Python" that introduces tuples, explains their properties, and demonstrates common operations with examples.
** Expected Content Structure:**
-
Introduction to Tuples
- What is a tuple?
- Tuple vs List (immutability)
- Syntax and creation examples
-
Tuple Operations
- Accessing elements
- Concatenation and repetition
- Checking membership
-
Tuple Methods
count()
,index()
-
Immutability Explained
- Why tuples are immutable
- Real-world use cases
-
Tuple Packing and Unpacking
-
Nested Tuples
-
Use Cases
- Where and why to use tuples in Python
Metadata
Metadata
Assignees
Labels
area:dev-envCI, pre-commit, pylint and other changes that do not change the behavior of the final codeCI, pre-commit, pylint and other changes that do not change the behavior of the final code
Type
Projects
Status
Done