DEV Community

SM
SM

Posted on

Python - List Methods & Tasks

Today I learned about the following list methods in Python.

  1. append
  2. insert
  3. remove
  4. pop
  5. index
  6. sort
  7. reverse

Then I did the tasks. Link here.

Top comments (0)