•
In this post we will see how to print the numbers in python using for loop concept. In short term for loop is a looping concept that execute the code continously until the codition given to that is becomes false let’s understand the code with an example written below and then try your own..…
•
In this post we will discuss about how we declared and assign a values to dictionary.. Dictionary is nothing but a bunch of values having iits key : value pair method What is key value pair method let’s understand this with a written code below… Code that written above is work on key :…
•
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…