Posts

Showing posts with the label loops in python

Basic of If else,loops in python

Image
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