Commit 030625b6 by BellCodeEditor

auto save

parent 1ac3ae71
Showing with 2 additions and 0 deletions
import turtle import turtle
color["red","green","blue","yellow"]
for i in range(400): for i in range(400):
pencolor("i%4")
turtle.fd(i) turtle.fd(i)
turtle.right(91) turtle.right(91)
turtle.hideturtle() turtle.hideturtle()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment