kilolilo

Untitled

Nov 1st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. a=open("test.txt") 
  2. line=a.read()
  3. b=line.split()
  4. print b
Add Comment
Please, Sign In to add comment