Lists are used to store multiple items in a single variable.

  1. Finding minimum and maximum of list

  2. Append: append is used for adding an element

  3. Extend: It is used for appending the multiple elements

  4. Insert: It is used for adding in any position it will take two arguments one is for position and the other is for argument

  5. Sort: The sort command is used for sorting the values

  6. Reassigning: It is used for reassign the values

  7. Delete: It is used for deleting the value

  8. Remove: It is used for removing the values

  9. Pop: Value will print it and it will delete the values