Commit 43aa5b78 by BellCodeEditor

auto save

parent e90dea79
Showing with 8 additions and 1 deletions
i
import turtle
pen=turtle.Pen()
pen.shape("turtle")
for i in range(5):
pen.right(144)
pen.forward(200)
turtle.done()
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