📚 Python 3 Crash Course e-Book: https://ebooks.fabiopacifici.com/python/
🙌 Donations: https://www.paypal.me/FabioHood
🛒 Development Services: https://fabiopacifici.com/shop/
🤟 Channel Merchandise: https://teespring.com/en-GB/stores/pa...
📌 Blog: https://fabiopacifici.com/blog/
In the previous video we studied conditionals and how to make our program behave differently based on a condition. In this episode we are going to see how a loop works.
📌In this episode:
Introduction to loops
Introduction to "for" loops
Define a basic for loop
Using for loop to iterate over strings
Using for loop to iterate over lists
Using for loop to iterate over dictionaries
Using for loop to iterate over tuples
Introduction to While loops
Define a basic while loop
While Loop Lucky number game