This commit is contained in:
drich
2026-02-04 11:17:39 -05:00
parent 0194ec9b1a
commit 963f366335
3 changed files with 10 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
from turtle import (
python drawing.pythonfrom turtle import (
forward,
back,
left,
@@ -8,15 +8,6 @@ from turtle import (
color,
)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(200)
input()