Hacker News new | ask | show | jobs
by henrydark 344 days ago
words_on_lines = [ret for line in text.splitlines() for ret in [line.split()]]