loops in python

Looping in Python-: Python provides a complete set of control-flow elements, with loops and conditionals. Sometimes we may need to alter the flow of the program. The execution of a specific code may need to be repeated several numbers of times. Like any other language Python has 3 type Loops While Loops For Loops If else loops … Read more