Commit ca0e67c3 by BellCodeEditor

auto save

parent 68850846
Showing with 15 additions and 2 deletions
print("好好学习") import turtle
\ No newline at end of file pen=turtle.Pen()
pen.fillcolor("red")
pen.begin_fill()
pen.fd(100)
pen.left(90)
pen.fd(100)
pen.left(90)
pen.fd(100)
pen.left(90)
pen.fd(100)
pen.turtle
pen.end_fill()
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