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 Literals (Constants)<br />

• Dictionary literals use curly braces and have a list of key : value pairs<br />

• You can make an empty dictionary using empty curly braces<br />

>>> jjj = { 'chuck' : 1 , 'fred' : 42, 'jan': 100}<br />

>>> print jjj<br />

{'jan': 100, 'chuck': 1, 'fred': 42}<br />

>>> ooo = { }<br />

>>> print ooo<br />

{}<br />

>>>

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

Saved successfully!

Ooh no, something went wrong!