Fixed the Mistakes

This commit is contained in:
klinn
2026-02-10 10:48:08 -05:00
parent 61ac45f8b8
commit 5140df4acc

View File

@@ -9,11 +9,13 @@ from turtle import (
)
forward (250)
right(250 * 4 / 5)
right(360 * 4/ 5)
forward (250)
right (360 * 4 / 5)
forward (250)
right(360 * 4 / 5)
forward (250)
right(360 * 4 / 5)
forward(250)
right(90)
input()