#python
Read more stories on Hashnode
Articles with this tag
Today we will learn about variables, data types, and operators. Variables: We use variables to store values. Ex: name = "John" age = 45 Here, name and...
This is my journey in python program learning. I would like to keep track of the learnings that I do on daily basis. I wish this might help someone to...