7. For Loop Statment in Python

Опубликовано: 13 Июнь 2021
на канале: Rita Jain
32
3

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