Commit ac263928 by BellCodeEditor

auto save

parent 94f9ecd2
Showing with 1 additions and 1 deletions
...@@ -4,6 +4,6 @@ screen.bgcolor("blue") ...@@ -4,6 +4,6 @@ screen.bgcolor("blue")
pen=turtle.Pen pen=turtle.Pen
color["red","orange","yellow"] color["red","orange","yellow"]
for i in range(2,300) for i in range(2,300)
pen.pencolor(color) pen.pencolor(colorS[1%4])
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