Guest User

Untitled

a guest
Mar 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. essay_list = list()
  2. with open("1404.txt", "r") as f1:
  3. for line in f1:
  4. if line.startswith("Federalist No"):
  5. essay_list = [line.strip() for line in f1]
Add Comment
Please, Sign In to add comment