i made a sar that has 8 ends on it and i made it red

This commit is contained in:
jstok
2026-02-05 10:56:34 -05:00
parent 55d0e6df87
commit 9676e5324f

View File

@@ -5,9 +5,10 @@ from turtle import (
right,
penup,
pendown,
color,color("red")
color,
)
color("red")
forward(250)
right(360 * 4 / 9)
forward(250)