Guest User

Untitled

a guest
Dec 15th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. # load and parse the data
  2. L = [Point(e.split(',')) for e in open('eurovision-final.csv').read().split('\n')]
Add Comment
Please, Sign In to add comment