Skip to content

Commit f88c4dd

Browse files
committed
Link to "Python Basics: For Loop" video added
1 parent 7bfe077 commit f88c4dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/python_introduction/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,8 @@ Congratulations! You just learned how to write functions! :)
674674

675675
## Loops
676676

677+
> For readers at home: this part is covered in [Python Basics: For Loop](https://www.youtube.com/watch?v=aEA6Rc86HF0) video.
678+
677679
This is the last part already. That was quick, right? :)
678680

679681
Programmers don't like to repeat themselves. Programming is all about automating things, so we don't want to greet every person by their name manually, right? That's where loops come in handy.

0 commit comments

Comments
 (0)