100 days of Python Exercises
DAY 2: for loops for definite, (counted) iteration.
In today's episode, we are looking at for loops. For loops as we use in Python are used for iterating through lists unlike while loops which are indefinite.
The use of various keywords such as break...
brrrpcodes.hashnode.dev1 min read
Adoo Darko Jonathan
robotics 🦾 | web development 💻
So, for the second part, what if 20 wasn't the first item in the list? What happens?