SSnRinsnr.hashnode.dev·Jan 21, 2022 · 3 min readPython 100 days challenge : Day-2Today we will learn about variables, data types, and operators. Variables: We use variables to store values. Ex: name = "John" age = 45 Here, name and age are variables. As we discussed on day-1 in python, we need not declare the variable type, base...00
SSnRinsnr.hashnode.dev·Jan 20, 2022 · 2 min readPython 100 days challenge : Day-1This 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 start their journey. Python short Intro: Python is one of the programming languages designed for e...00