Skip to content

Commit f5d7e17

Browse files
authored
Update 08. Input.ipynb
1 parent 307d39a commit f5d7e17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

08. Input.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"\n",
1111
"Input simply requests information from the person using the computer. By default the input value is stored as a __string__ so if you're doing a math equation you need to turn it into an __integer__ or __float__. In an egg temperature controller, certain types of eggs may require a different input and you could put that in your code to change the desired temperature. You could also use `input` to manually change power to the heaters.\n",
1212
"\n",
13+
"[Python Playlist on YouTube](https://www.youtube.com/watch?v=63P8tLh-j5o&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46)",
14+
"\n",
1315
"[![Input](https://apmonitor.com/che263/uploads/Begin_Python/BeginPython08.png)](https://www.youtube.com/watch?v=63P8tLh-j5o&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46 \"Input\")\n",
1416
"\n",
1517
"If you run the code below, it asks you for a number, then comes up as an error. You need to turn ```eggs``` __variable__ into an __int__. \n",

0 commit comments

Comments
 (0)