Guest User

Untitled

a guest
Jan 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. # Combine these into a masterlist
  2. masterlist = list1 + list2
  3.  
  4.  
  5. if os.path.exists('masterlist'):
  6. print('Overwriting masterlist')
  7. with open('masterlist', 'r') as f:
  8. originalsubs = f.readlines()
Add Comment
Please, Sign In to add comment