Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 353 Bytes

File metadata and controls

12 lines (12 loc) · 353 Bytes

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