made the coe for the letter a

This commit is contained in:
gsanders
2025-10-08 09:42:43 -04:00
parent 97a42b7d04
commit 4c6f671675

View File

@@ -37,7 +37,7 @@ def draw_letter_a(size):
forward(size*6)
penup()
right(180)
forward(size*5)
forward(size*4)
right(90)
forward(size*2)
pendown()