This commit is contained in:
Mike 2023-07-27 14:03:40 -04:00
parent 86d976e692
commit 1b851bb6f3
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ def draw_letter_t(unit):
right (90)
forward (unit * 1)
penup ()
forward (unit * 4)
forward (unit * 3)
left (180)
input()