Commit 331fb417 by BellCodeEditor

save project

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