This commit is contained in:
jbayati
2025-09-16 10:12:29 -04:00
parent 2576c7ba4a
commit 105aa9c623

View File

@@ -8,15 +8,15 @@ from turtle import (
color, color,
) )
forward(200)
right(300 * 4 / 5)
forward(100) forward(100)
right(360 * 2 / 5) right(390 * 3 / 7)
forward(200)
right(300 * 2 / 5)
forward(100) forward(100)
right(360 * 2 / 5) right(300 * 6 / 1)
forward(100) forward(200)
right(360 * 2 / 5) right(300 * 7 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
input() input()