18.11.2014 Views

Zelle - Chapter 11.pdf - CTools

Zelle - Chapter 11.pdf - CTools

Zelle - Chapter 11.pdf - CTools

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Dictionary Patterns<br />

• It is an error to reference a key which is not in the dictionary<br />

• We can use the in operator to see if a key is in the dictionary<br />

>>> ccc = dict()<br />

>>> print ccc["csev"]<br />

Traceback (most recent call last):<br />

File "", line 1, in <br />

KeyError: 'csev'<br />

>>> print "csev" in ccc<br />

False

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!