Writing A 'Nested For Loop' In Python - For Beginners

preview_player
Показать описание

In this video I will show you how to create a for loop in Python. For loops allow you to run a specific type of code multiple times. This is a comprehensive tutorial on creating for loops in Python. If you enjoyed the video, please give it a thumbs up and subscribe :)

Take a look at the source code of this video:
Рекомендации по теме
Комментарии
Автор

Thank you so much ! i was really confused about this and you made it so much easier to understand.

Exploringwithisha
Автор

You have initialized both variables to 1 but when you print it starts from zero, not 1. So what's the purpose of initializing them to 1 in the first place?

mek