Commit d012e2a6 by BellCodeEditor

save project

parent 6d69961d
Showing with 3 additions and 11 deletions
import turtle name=input("勇于挑战的创造师你叫什么呀?")
pen=turtle.Pen() print(name+",你好呀")
for i in range(36): \ No newline at end of file
pen.fillcolor("red")
pen.begin_fill()
pen.forward(300)
pen.right(170)
pen.end_fill()
pen.hideturtle()
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