Skip to content

Commit 676d177

Browse files
authored
Update 09. If Statements.ipynb
1 parent f5d7e17 commit 676d177

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

09. If Statements.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"\n",
1111
"If and else statements tell the computer what to do based on a `True` condition.\n",
1212
"\n",
13+
"[Python Playlist on YouTube](https://www.youtube.com/watch?v=aNB2MQecPNk&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46)",
14+
"\n",
1315
"[![Conditionals: if](https://apmonitor.com/che263/uploads/Begin_Python/BeginPython09.png)](https://www.youtube.com/watch?v=aNB2MQecPNk&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46 \"Conditionals: if\")\n",
1416
"\n",
1517
"This could be used for the temperature of the egg by telling the heaters to turn on, if the egg is too cold.\n",

0 commit comments

Comments
 (0)