Skip to content

Commit d688bf6

Browse files
authored
Update 11. Dictionaries.ipynb
1 parent 0aa1547 commit d688bf6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

11. Dictionaries.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"\n",
1111
"Dictionaries are a list with key and value pairs.\n",
1212
"\n",
13+
"[Python Playlist on YouTube](https://www.youtube.com/watch?v=klEt6bU0bYg&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46)",
14+
"\n",
1315
"[![Dictionaries](https://apmonitor.com/che263/uploads/Begin_Python/BeginPython11.png)](https://www.youtube.com/watch?v=klEt6bU0bYg&list=PLLBUgWXdTBDi3J05aMVG1knUpqRhkbc46 \"Dictionaries\")\n",
1416
"\n",
1517
"The format for this method of storing values is curly brackets ```{}``` as seen below. After you assign a dictionary a name, you can enter values by putting a value followed by a colon to indicate the corresponding value. Multiple corresponding values in a dictionary are separated by commas. You can also print the corresponding value of the key, using brackets ```[]```."

0 commit comments

Comments
 (0)