Skip to content

Instantly share code, notes, and snippets.

@manashmandal
Created March 22, 2018 10:40
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 manashmandal/fa41d85004de3a4b5f2a5b39ca992e42 to your computer and use it in GitHub Desktop.
Save manashmandal/fa41d85004de3a4b5f2a5b39ca992e42 to your computer and use it in GitHub Desktop.
>>> R[0]
array([26801.16945753, 38668.6046967 , 34937.9753498 , 45478.98967837])
>>> R[1]
array([39823.04549356, 45055.11438545, 44048.634533 , 50008.11226016])
>>> zip(R[0], R[1])
[(26801.16945753, 39823.04549356), (38668.6046967, 45055.11438545), (34937.9753498, 44048.634533), (45478.98967837, 50008.11226016)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment