finsished checkpoint 2

This commit is contained in:
lfitchlee
2025-09-25 09:19:44 -04:00
parent ef2b0498c8
commit 2bbf6b4db6

View File

@@ -20,3 +20,4 @@ def rectangle(height, width):
forward(height)
right(90)
forward(width)
right(90)