Shakespeare: Difference between revisions

imported>Ynasser
imported>Ynasser
Line 138:
</pre>
 
* The following basic operations workswork with entries in a dictionary (remove an entry, add an entry, check if a key is in the dictionary, print the value corresponding to a given key):
<pre>
>>> del myDict["Interesting"]
Anonymous user