Guest User

Untitled

a guest
Mar 21st, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ['hello','how','are','you','doing','today','2016','10.004']
  2.  
  3. import ast
  4.  
  5. with open('filename.txt', 'r') as f:
  6. mylist = ast.literal_eval(f.read())
Add Comment
Please, Sign In to add comment