This program creates an empty list called arr, and then uses the insert() method to insert an item at index 0, the pop() method to remove an item at index 0, and the append() method to add an item to ...
Contribute to divyeshpanchasara/python development by creating an account on GitHub.