generated from mwc/lab_turtle
i made a sar that has 8 ends on it and i made it red
This commit is contained in:
@@ -5,9 +5,10 @@ from turtle import (
|
|||||||
right,
|
right,
|
||||||
penup,
|
penup,
|
||||||
pendown,
|
pendown,
|
||||||
color,color("red")
|
color,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
color("red")
|
||||||
forward(250)
|
forward(250)
|
||||||
right(360 * 4 / 9)
|
right(360 * 4 / 9)
|
||||||
forward(250)
|
forward(250)
|
||||||
|
|||||||
Reference in New Issue
Block a user