Commit 333c7698 by BellCodeEditor

save project

parent c3686617
Showing with 11 additions and 4 deletions
......@@ -2,11 +2,13 @@ import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
color=["red","pink","purple","blue","green","white","orange","yellow"]
pen.speed(114514)
for i in range(500):
color=["red","pink","purple","blue","green","gray","orange","yellow"]
pen.speed
for i in range(255):
pen.pencolor(color[i%8])
pen.forward(i)
pen.right(90.618)
pen.speed(i)
pen.right(95)
pen.forward(237)
pen.hideturtle()
turtle.done()
\ No newline at end of file
j=5
i=7
print(j,"x",i,"=",(j*i))
\ No newline at end of file
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