Python provides two kinds of loops :
1. for loop : its represent the counting loop
2. While loop : its is for conditional loop
For loop
This loop is used to process the items of any sequence such as List , tuples , Strings etc
One by one
github link for python programs
https://github.com/RitaJain/Python-Pr...
#ritajainpythonlectures
#ritajainlectures