Skip to content

Commit

Permalink
Update 11. Dictionaries.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
APMonitor authored Jan 5, 2020
1 parent 2465232 commit 42fffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 11. Dictionaries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"\n",
"![list.png](attachment:list.png)\n",
"\n",
"Dictionaries are a list with key and value pairs. 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 seperated by commas. You can also print the corresponding value of the key, using brackets ```[]```."
"Dictionaries are a list with key and value pairs. 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 ```[]```."
]
},
{
Expand Down

0 comments on commit 42fffde

Please sign in to comment.