Skip to content

Instantly share code, notes, and snippets.

@grohith327
Created May 20, 2018 19:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grohith327/8d75469910dae82ca3ea1d897d4201c6 to your computer and use it in GitHub Desktop.
Save grohith327/8d75469910dae82ca3ea1d897d4201c6 to your computer and use it in GitHub Desktop.
x = []
y = []
for value in lines:
temp = value.split('\t')
x.append(temp[0])
temp[1].replace('\n','')
y.append(int(temp[1]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment