In this video, i will be introducing the general concept behind loops, then focus on for loop, which is the counted loop implementation in python.
Loops are control structures used when a sequence of code is to be executed at least once. Their implementation in python is simple and elegant.
In the next video i will be explaining how for loop works with summation of numbers in a range or container in general.
Hope you lean a thing or two.