Commit 3e0c0a4c by BellCodeEditor

save project

parent 38bd38c7
Showing with 5 additions and 3 deletions
......@@ -11,7 +11,8 @@ pen.speed(0)
color=["red","blue","yellow"]
while True:
pen.pencolor(random.choice(color))
pen.forward(2)
pen.left(1)
pen.right(2)
pen.forward(239)
pen.left(91)
pen.forward(-238)
pen.forward(239)
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