Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rhizome31
on May 19, 2012
|
parent
|
context
|
favorite
| on:
A few things to remember while coding in Python
freqs = {} for c in "abracadabra": if c in freqs: freqs[c] += 1 else: freqs[c] = 1
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: