🔧 Python - List Methods & Tasks
Nachrichtenbereich: 🔧 Programmierung
🔗 Quelle: dev.to
Today I learned about the following list methods in Python.
- append
- insert
- remove
- pop
- index
- sort
- reverse
Then I did the tasks. Link here.
...Today I learned about the following list methods in Python.
Then I did the tasks. Link here.
...