Illusion program using python code

0

Illusion program using python code turtle graphic code

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)

Post a Comment

0Comments
Post a Comment (0)