def draw_fastU(x, y, length, color="black", t=turtle): draw_line(x, y, x, y + length, color, t) def draw_fastV(x, y, length, color="black", t=turtle): draw_line(x, y ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results