News

This post explains how to use if statements in Python. This will form the backbone of much of your code going forward! Else statements, nesting, + more.
This repository showcases the implementation of nested if statements to make selections between two broad categories: Sports and Arts.Within these categories, the user can further choose specific ...
We all know that python is known for making our work easy and with lesser lines of code. Python has got a way to shorten if-else statements too. Say for example you want to input two numbers from a ...
In the last chapter, you were introduced to the concept of flow of control: the sequence of statements that the computer executes. In procedurally written code, the computer usually executes ...