Commit 9c28b054 by BellCodeEditor

save project

parent b46b33d9
Showing with 1 additions and 14 deletions
import turtle ++ "b/\345\207\272\345\205\267\346\227\245\345\207\235\345\233\272\347\203\255\346\226\207\345\214\226\347\232\204\344\275\233\346\225\231\345\246\202\344\275\225\344\273\216.py"
import turtle
p=turtle.Pen()
s=turtle.Screen()
s.bgcolor("black")
p.speed(1000000000000000)
for i in range(1,3000000000000):
c=["red","orange","yellow","green"]
p.pencolor(c[i%4])
p.forward(i)
p.right(91)
p.hideturtle()
turtle.done()
\ 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