Skip to content

Commit 4e0c560

Browse files
authored
Update 09-loops.md
Added a link to a blog
1 parent d755fcf commit 4e0c560

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

curriculum/01-foundations/09-loops.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,7 @@ Ready to test your knowledge? Try writing a `for` loop that prints out the lette
103103

104104
```python interactive
105105
my_name = "" # write you name here
106-
```
106+
```
107+
108+
## Deep dive
109+
https://www.stratascratch.com/blog/python-loops-explained-here-is-how-to-master-them

0 commit comments

Comments
 (0)