Commit b97b37e4 by BellCodeEditor

save project

parent 98035688
Showing with 4 additions and 8 deletions
import turtle #我们都爱夸夸
pen=turtle.Pen() name=input("你叫啥呀")
for i in range(5): print(name+"哈")
pen.forward(200) \ No newline at end of file
pen.left(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