Commit 851cd5ce by BellCodeEditor

save project

parent cb2b5d78
Showing with 3 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
b=turtle.Screen()
b.bgcolor("sky red")
pen.speed(1000000000000000000000000) pen.speed(1000000000000000000000000)
corors=["red","orang","yellow","green"]
for i in range(10000): for i in range(10000):
pen.forward(i) pen.forward(i)
......
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