Hacker News new | ask | show | jobs
by rbonvall 4357 days ago
You'd be sure if they wrote:

    >>> qw = str.split
    >>> qw('my list of words')
    ['my', 'list', 'of', 'words']