Jun-10-2020, 10:05 AM
Try this, and perhaps add the filling etc later:
from turtle import * def draw_figure(x0,y0): goto(x0,y0) for coord in D: forward(coord['X']) left(coord['Y']) print(draw_figure(10,20))Paul
It is more important to do the right thing, than to do the thing right.(P.Drucker)
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.
Better is the enemy of good. (Montesquieu) = French version for 'kiss'.