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 import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
Color=["red","orange","yellow","green"] Color=["red","orange","yellow","green","blue"]
pen = turtle.Pen() pen = turtle.Pen()
for i in range(1,300): pen.speed(9000000000000009999999999999999999999999999999999999999)
pen.color(Color[i%4]) for i in range(1,90000000000000000000000000):
pen.color(Color[i%5])
pen.forward(i) pen.forward(i)
pen.right(91) pen.right(91)
pen.hideturtle() 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