Python - List Methods & Tasks

amotbeli

SM

Posted on July 30, 2024

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.

💖 💪 🙅 🚩
amotbeli
SM

Posted on July 30, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Python - List Methods & Tasks II
programming Python - List Methods & Tasks II

August 1, 2024

Python - List Methods & Tasks
programming Python - List Methods & Tasks

July 30, 2024

Day 2 - Python Basics
programming Day 2 - Python Basics

July 15, 2024

Hello World
programming Hello World

July 8, 2024