Skip to content

Commit 307d39a

Browse files
authored
Update 07. Loops.ipynb
1 parent 2d7b642 commit 307d39a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

07. Loops.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"\n",
1111
"There are two basic types of loops including `for` and `while`. An example of a loop is to check the temperature of the egg every second and adjust the heater.\n",
1212
"\n",
13+
"[Python Playlist on YouTube](https://www.youtube.com/watch?v=qR0njzQvvOA&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46)",
14+
"\n",
1315
"[![Loops](https://apmonitor.com/che263/uploads/Begin_Python/BeginPython07.png)](https://www.youtube.com/watch?v=qR0njzQvvOA&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46 \"Loops\")\n",
1416
"\n",
1517
"### While Loops\n",

0 commit comments

Comments
 (0)