Commit 496f82de by BellCodeEditor

save project

parent d280c609
Showing with 26 additions and 1 deletions
import turt
import turtle
pen=turtle.Pen()
lovesizes=int()
......
print("hello,world!")
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
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