Lists are used to store multiple items in a single variable.
-
Finding minimum and maximum of list
Append: append is used for adding an element
Extend: It is used for appending the multiple elements
Insert: It is used for adding in any position it will take two arguments one is for position and the other is for argument
Sort: The sort command is used for sorting the values
Reassigning: It is used for reassign the values
Delete: It is used for deleting the value
Remove: It is used for removing the values
Pop: Value will print it and it will delete the values