Commit 4ccada0b by BellCodeEditor

auto save

parent df71f83a
Showing with 16 additions and 3 deletions
a=input("叫啥名字?") import turtle
print(a+",你好呀!") pen=turtle.Pen()
\ No newline at end of file pen.speed(500)
for i in range(720):
pen.forward(18)
pen.right(30)
pen.forward(200)
pen.left(60)
pen.forward(500)
pen.right(30)
pen.penup()
pen.setposition(0,0)
pen.pendown()
pen.right(0.5)
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