Commit 989096e1 by BellCodeEditor

save project

parent 9848efe0
Showing with 1 additions and 12 deletions
print("hello,world!")
++ "b/\344\271\235\344\271\235\344\271\230\346\263\225\350\241\250.py"
print("hello,world!")
import turtle
pen=turtle.Pen()
color=["red","green","orange","yellow"]
pen.speed(0)
for i in range(1,50):
pen.pencolor(color[i%4])
pen.forward(i)
pen.right(91)
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