Commit e6d70f2b by BellCodeEditor

save project

parent a0f9ecaf
Showing with 10 additions and 3 deletions
name=input("") import turtle
print(neme+"你好啊") pen=turtle.Pen()
\ No newline at end of file pen.hideturtle()
turtle.done
pen.fillcolor("red")
pen.begin_fill()
for i in range(45):
pen.forward(200)
pen.right(176)
pen.end_fill()
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