Python codecademy lesson #34: Loops: The 'for else' loop part 3/3

preview_player
Показать описание
We will be learning how to use the for loop to do some more complicated tasks, such as list through dictionaries, learn how to use the for/else like with the while loop, and a bit more on how break works.

If you don't understand something, or have any questions, please ask in the comments, i will be happy to help :)
Please like, comment and subscribe if you want more lessons and to support me! Thanks!
- Made by Michael Kakam
Рекомендации по теме
Комментарии
Автор

In problem 16, you do not need and 'elif' statement its enough by just writing an 'if and else' statements.

vikramsarabhai