Guest User

Untitled

a guest
May 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. x = []
  2. y = []
  3. for value in lines:
  4. temp = value.split('\t')
  5. x.append(temp[0])
  6. temp[1].replace('\n','')
  7. y.append(int(temp[1]))
Add Comment
Please, Sign In to add comment