Explain For loop in Python ?
For loop in Python :
A for loop is used for iterating over a sequence which is either a list,a tuple or a string. Ex:
Break statement :
continue statement :