Skip to content

Commit 0a21c5f

Browse files
authored
Update 6. Basic Data Structures.md
1 parent 1881754 commit 0a21c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/6. Basic Data Structures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139

140140
### Access Methods Summary:
141141
- Indexing: Access individual elements/characters using their indices.
142-
- [Slicing](7. Slicing Sequences.md): Extract portions of sequences using slicing notation.
142+
- [Slicing](https://github.com/gladsonchala/Competitive-Programming-with-Python/edit/main/Python/7.%20Slicing%20Sequences.md): Extract portions of sequences using slicing notation.
143143
- Negative Indexing: Access elements/characters from the end of sequences using negative indices.
144144
- Access by Key: Access values in dictionaries using their keys.
145145
- Membership Test: Check if an element exists in sequences (lists, tuples, sets, strings) using the `in` keyword.

0 commit comments

Comments
 (0)