Basic of If else,loops in python
1) If else is used to write a conditional statement in python. 2) Loops are used to iterate some statement until condition false or elements on which it iterates are completed. 3) 2 types one For loop second is While loop