Commit 35854f0a by BellCodeEditor

auto save

parent 568886a2
Showing with 7 additions and 3 deletions
for i in range("")
print(j,"x",i,"=",i*j)
\ No newline at end of file
import turtle
screen=turtle.Screen()
screen.bgcolor("black")
Color=["red","orange","yellow","green"]
Color=["red","orange","yellow","green","blue"]
pen = turtle.Pen()
for i in range(1,300):
pen.color(Color[i%4])
pen.speed(9000000000000009999999999999999999999999999999999999999)
for i in range(1,90000000000000000000000000):
pen.color(Color[i%5])
pen.forward(i)
pen.right(91)
pen.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