•
In this post we will learn how to take user-input and add or remove the items from the list…I’ll show you the code that how it works but you will download that code and modify it according to as you want Let’s start with the code after declaring the list we will use input…
•
Disscuss about how the lists were made and updates their items using append and remove function What is list.. list is nothing but bunch of different items that are placed in a single unit.. let’s see how does the lists were made and do some operations on it.. How to declare a list is…