Commit 30abf086 by BellCodeEditor

save project

parent cbd857e3
Showing with 1 additions and 0 deletions
import turtle import turtle
pen=turtle.pen() pen=turtle.pen()
colors=["red","orange","yellow","green"]
for b in range(1300) for b in range(1300)
pen.forward(b) pen.forward(b)
pen.right(91) pen.right(91)
......
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