L was much easier than K. It was quick and simple.

This commit is contained in:
Seoyeon Lee
2024-09-22 01:19:08 -04:00
parent 2a744dcaf3
commit 03f160986c

View File

@@ -71,7 +71,19 @@ def draw_letter_k(unit):
def draw_letter_l(unit):
pass
forward(8*unit)
left(90)
forward(1*unit)
left(90)
forward(7*unit)
right(90)
forward(7*unit)
left(90)
forward(1*unit)
left(90)
forward(8*unit)
left(90)
def draw_letter_m(unit):
pass