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

>Sorry, I'm not sure I understand what `.split(None)` would do?

Reading the docs [0] it seems `.split(None)` returns an array of the indivual characters without whitespace - so something like [c in list(s) if not whitespace(c)]

[0] https://docs.python.org/3.3/library/stdtypes.html?highlight=...



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

Search: