Skip to content

haseeba-haji-khan/an-introduction-to-python-list-codespaces-jupyter

Repository files navigation

GitHub Codespaces ♥️ An introduction to python lists

method used are

  • indexing to acces list items
  • len()
  • changing list items by indexing
  • insert() adding new item to the list
  • append() method
  • remove() , removing items from the list
  • removing items using pop()
  • del, deleting list and list items
  • sort() method
  • append() to join lists

Releases

No releases published

Packages

No packages published