You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 04. Printing.ipynb
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
"\n",
11
11
"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",
12
12
"\n",
13
+
"[Python Playlist on YouTube](https://www.youtube.com/watch?v=CCPNIocw0_Y&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46)",
"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