import turtle
turtle.bgcolor("black")
squary= turtle.Turtle()
squary.speed(20)
squary.pencolor("red")
for i in range(400):
squary.forward(i)
squary.left(91)
Illusion program using python code
March 16, 2023
0
Illusion program using python code
turtle graphic code
Tags