18.11.2014 Views

Zelle - Chapter 11.pdf - CTools

Zelle - Chapter 11.pdf - CTools

Zelle - Chapter 11.pdf - CTools

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

counts = dict()<br />

print "Enter a line of text:"<br />

line = raw_input("")<br />

words = line.split()<br />

print "Words:", words<br />

Counting Words<br />

print "Counting..."<br />

for word in words:<br />

counts[word] = counts.get(word,0) + 1<br />

print "Counts", counts

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

Saved successfully!

Ooh no, something went wrong!