codeGK
Code it ALL
If in Python - CodeGK

♦ If in Python

♣ Example1: If in Python

if condition code block is executed when the associated if the given condition is satisfied(true).
Example
Input:
Output:
If_elif_else