Python Decision Making | If else in Python
Python Decision Making | If else in Python
Sometimes we want to play pubg on our phone if the day is Sunday. Sometimes we order Ice-cream online if the day is sunny. Sometimes we go hiking if our parents allow. All these are decisions that depend on the condition being met. In python programming too, we must be able to execute instructions on a condition(s) being met. This is what conditions are for! Decisions in a program are used…
View On WordPress













