Storing data in a python program

To accomplish or perform any calculation, we need some data in our program. That data may come from user input or we can store our own data statically by assigning a unique value like how we assign a value in MS excel cell.In python, those data are grouped into different types. Those types are givenContinue reading “Storing data in a python program”