Commit 9c5ddacb by BellCodeEditor

auto save

parent e0cafb1b
Showing with 13 additions and 0 deletions
import turtle
import turtle
e=1
color=["green","blue","yellow","red"]
pen=turtle.Pen()
pen.write("金坷垃老厉害了")
for i in range(100):
pen.forward(e)
pen.left(91)
pen.pencolor(color[i%4])
e=e+1
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