Commit 99ff2344 by BellCodeEditor

auto save

parent ec5993e7
Showing with 6 additions and 5 deletions
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
""" """
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
turtle.shape("turtle") pen.shape("turtle")
turtle.color("green") pen.color("green")
for x in range(5): for x in range(360):
turtle.forward(200) pen.forward(1)
turtle.right(144) pen.right(1)
turtle.done() 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