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