Skip to content

Instantly share code, notes, and snippets.

@albertlai431
Created May 13, 2019 20:14
Show Gist options
  • Save albertlai431/0fd3c43d0e5cf17dfb3984b7337ba6d1 to your computer and use it in GitHub Desktop.
Save albertlai431/0fd3c43d0e5cf17dfb3984b7337ba6d1 to your computer and use it in GitHub Desktop.
#Removing commas
newData = str(data).split(",")
#Removing x's
newData = newData[1].split("x")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment