Turtle Art - What did the Russian Turtle say?

Meet me at Red Square!
This commit is contained in:
njmason2
2025-08-29 14:48:06 -04:00
parent f50fab920d
commit 436280f91a

View File

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