Commit 99ff2344 by BellCodeEditor

auto save

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