new update # -----------------------------------------------------------------

This commit is contained in:
Mike 2023-07-27 14:05:59 -04:00
parent 1b851bb6f3
commit c7b1451f8b
1 changed files with 0 additions and 5 deletions

View File

@ -46,9 +46,7 @@ def draw_letter_i(unit):
left (90)
forward(unit * 8)
left(90)
input()
def draw_letter_j(unit):
pass
@ -94,7 +92,6 @@ def draw_letter_o(unit):
forward (unit * 1)
right (180)
input ()
def draw_letter_p(unit):
pass
@ -132,7 +129,6 @@ def draw_letter_t(unit):
forward (unit * 3)
left (180)
input()
@ -156,7 +152,6 @@ def draw_letter_u(unit):
forward (unit * 4)
right (180)
input ()
def draw_letter_v(unit):