Advertisement
i_trunker

Untitled

Sep 16th, 2021
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. file = open("input.txt", "r")
  2. words = list()
  3. for line in file:
  4.     words.extend(line.split())
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement