Commit 331fb417 by BellCodeEditor

save project

parent 6b199e15
Showing with 11 additions and 4 deletions
name=input("你叫什么名字:") import turtle
print(name+"你好这里是地球防卫队") sb=input("什么颜色?")
# 我们都爱夸夸夸 pen=turtle.Pen()
\ No newline at end of file pen.fillcolor(sb)
for i in range(5):
pen.forward(200)
pen.right(144)
pen.hideturtle()
pen.end_fill()
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