Day 3 of learning python as a beginner.
Topic: Loops
Loops are of two types: for loop and while loop.
For loop is used when:
1. you know how many times you have to repeat, in my case I know I have to repeat it 10 times to get a full multiplication
Day 5/100 :
For loop is interesting to work because if we know the range of something has to be executed we can use for loop 🔁
• used range function with for loop to generate password generator 🤖🤖
Github: