we can use the insert() method in python to insert items into a list.
if we insert an item with a large index it appends the list.
we can also use negative indexing.
#python
#pythonprogramming
#pythonforbeginners
#pythontutorial
#pythonprojects