Commit f84c83b1 by BellCodeEditor

save project

parent 0956efdd
Showing with 2 additions and 10 deletions
import turtle name=input("你叫什么?")
pen=turtle.Pen() print(name+"你好呀")
pen.fillcolor("red")
pen.begin_fill()
for i in range(8):
pen.forward(200)
pen.right(45)
pen.hideturtle()
turtle.done()
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