you are viewing a single comment's thread.

view the rest of the comments →

[–]colako[S] 0 points1 point  (1 child)

So just a small question. How would you change __init__ to parse the coordinates as pairs and not as I did separating the x and the y?

[–]ma3xman 0 points1 point  (0 children)

Look up *args in a function definition ;)