Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

So many times in Python when doing something related to a word game or puzzle I've written something like

  d = set(open("/usr/share/dict/words").read().split())
There's a lot of luxurious convenience hiding there!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: