Skip to content

Commit 8c89d6b

Browse files
authored
Update 03. Variables.ipynb
1 parent 9bb1c6c commit 8c89d6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

03. Variables.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"\n",
1111
"Variables store information and are objects in Python. For example, if you wanted to keep a set temperature for an egg, you would type ```egg = 37.5``` (°C) or ```egg = 99.5``` (°F). The first part tells what the variable will be called, and the value after the ```=``` tells what is being stored. \n",
1212
"\n",
13+
"[Python Playlist on YouTube](https://www.youtube.com/watch?v=q6QOsauDyPg&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46)",
14+
"\n",
1315
"[![Variable Types](https://apmonitor.com/che263/uploads/Begin_Python/BeginPython03.png)](https://www.youtube.com/watch?v=q6QOsauDyPg&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46 \"Variable Types\")\n",
1416
"\n",
1517
"### Types of Variables\n",

0 commit comments

Comments
 (0)