Commit f54b47ba by BellCodeEditor

save project

parent ac5a1127
Showing with 3 additions and 8 deletions
import turtle name=input("你叫什么名字")
pen=turtle.Pen() print(name+"你是最棒的")
for i in range(5) \ No newline at end of file
pen.forword(200)
pen.right(144)
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