Conditional Statements in Python
  • By Nikita Jagtap
  • August 21, 2019
  • Python

Conditional Statements in Python This blog explains conditional / decision making/branching statements in python, along with syntax and examples. In day to day life, we need to make many decisions.…

Data Types and Variables in Python
  • By Nikita Jagtap
  • July 26, 2019
  • Python

Data Types and Variables in Python Python is one of the most famous programming languages nowadays. It has gained its popularity due to its simplicity and eases to use. Python…