Skip to content

Commit 2d7b642

Browse files
authored
Update 06. Functions.ipynb
1 parent be86209 commit 2d7b642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

06. Functions.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"\n",
1111
"Functions create modular code that can do the same task repeatedly without you having to type out the same code each time. Functions make complex code accessible with a single statement. You also can create your own function, but there are also some are built in to Python or in many packages. One built in function you have already seen is the ```print()``` function.\n",
1212
"\n",
13+
"[Python Playlist on YouTube](https://www.youtube.com/watch?v=dP3e2jIHqXw&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46)",
14+
"\n",
1315
"[![Functions](https://apmonitor.com/che263/uploads/Begin_Python/BeginPython06.png)](https://www.youtube.com/watch?v=dP3e2jIHqXw&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46 \"Functions\")\n",
1416
"\n",
1517
"For the incubation example, a display function could be used such as the function `ctemp()` to print the current temperature. This re-uses the print statement so that you don't need to type it out each time for temperatures 1 and 2.\n",

0 commit comments

Comments
 (0)