Skip to content

Commit 00981d0

Browse files
authored
Update 04. Printing.ipynb
1 parent 8c89d6b commit 00981d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

04. Printing.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"\n",
1111
"Printing is displaying values to the screen. The word `print` comes from the time when programs previously put ink on paper. You use the built-in python __function__ ```print()``` to output values.\n",
1212
"\n",
13+
"[Python Playlist on YouTube](https://www.youtube.com/watch?v=CCPNIocw0_Y&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46)",
14+
"\n",
1315
"[![Print](https://apmonitor.com/che263/uploads/Begin_Python/BeginPython04.png)](https://www.youtube.com/watch?v=CCPNIocw0_Y&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46 \"Print\")\n",
1416
"\n",
1517
"You could use this to tell you what the current temperature of the egg is and when to display it. Get more practice by putting something different in the function and running the program."

0 commit comments

Comments
 (0)