In this video, I have demonstrated how to add items to an existing List using the List methods.
1. append() method:- This method adds an item at the end of the List.
2. insert() method:- This method adds an item at a specific index of the List.
#python #list #programming #listmethod