I changed the angle of the way it drew, then I

copy and pasted that line of code multiple times. I also changed it to draw in red.
This commit is contained in:
jmuen
2026-02-05 10:44:03 -05:00
parent 1291ad65b9
commit f7369e276f
3 changed files with 26 additions and 6 deletions

View File

@@ -8,15 +8,27 @@ from turtle import (
color,
)
color("red")
forward(100)
right(360 * 2 / 5)
right(360 * 2.25 / 5)
forward(100)
right(360 * 2 / 5)
right(360 * 2.25 / 5)
forward(100)
right(360 * 2 / 5)
right(360 * 2.25 / 5)
forward(100)
right(360 * 2 / 5)
right(360 * 2.25 / 5)
forward(100)
right(360 * 2 / 5)
right(360 * 2.25 / 5)
forward(100)
right(360 * 2.25 / 5)
forward(100)
right(360 * 2.25 / 5)
forward(100)
right(360 * 2.25 / 5)
forward(100)
right(360 * 2.25 / 5)
forward(100)
right(360 * 2.25 / 5)
forward(100)
right(360 * 2.25 / 5)
input()