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



Comments

Popular posts from this blog

All about function and arbitrary number of argument and named parameter in Python.

Explain string type In python

Mutable And Immutable types in python?