Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Python - Data Structures: Lists, Tuples
tests/
- Main functions provided by Holberton School to test the files.
0. Print a list of integers
1. Secure access to an element in a list
1-element_at.py
- Function that retrieves an alement from a list like in C.
2. Replace element
3. Print a list of integers... in reverse!
4. Replace in a copy
4-new_in_list.py
- Function that replaces an element in a list at a specific position without modifying the original list.
5. Can you C me now
5-no_c.py
- Function that removes all characters c
and C
from a string.
6. Lists of lists = Matrix
7. Tuples addition
8. More returns!
8-multiple_returns.py
- Function that returns a tuple with the length of a string and its first character.
9. Find the max
10. Only by 2
11. Delete at
11-delete_at.py
- Function that deletes the item at a specific position in a list.
12. Switch
You can’t perform that action at this time.