Commit 8896b4d2 by BellCodeEditor

auto save

parent ecc48407
Showing with 9 additions and 2 deletions
print("Hello,world") import turtle
\ No newline at end of file pen=turtle.Pen()
pen.shape("turtle")
for i in range(100):
pen.forward(i)
pen.left(28)
pen.right(11)
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