Python If ... Else

In Python, if a condition is true it will execute a block of statements and if the condition is false it will execute nothing or other block of code.

Code :