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

This also reminds me that, in Python 2.x, the following code...

for i in range(100000000):

...creates in memory a list with one-hundred million integers.

Expressive yes, but sometimes it can be double-edged for new comers (and not new comers).



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

Search: