I changed the numbers to create a new shape.

I was a little frustrated because I couldn't get the turtle to change the shape into what I wanted.
This commit is contained in:
juddin2
2025-08-31 18:12:01 -04:00
parent a7d8b22f05
commit f9882f1c86

View File

@@ -8,15 +8,15 @@ from turtle import (
color, color,
) )
forward(100) forward(150)
right(360 * 2 / 5) right(200 * 2 / 5)
forward(100) forward(200)
right(360 * 2 / 5) right(200 * 2 / 5)
forward(100) forward(200)
right(360 * 2 / 5) right(200 * 2 / 5)
forward(100) forward(200)
right(360 * 2 / 5) right(200 * 2 / 5)
forward(100) forward(200)
right(360 * 2 / 5) right(100 * 2 / 5)
input()