Python if else - GeeksforGeeks
https://www.geeksforgeeks.org/python-if-else30.09.2021 · In Python, if else elif statement is used for decision making. if statement. if statement is the most simple decision-making statement. It is used to decide whether a certain statement or block of statements will be executed or not i.e if a certain condition is true then a block of statement is executed otherwise not.