Commit 8c15c632 by BellCodeEditor

save project

parent 65b1ceeb
Showing with 13 additions and 3 deletions
nane=input(创造师你叫什么) import turtle
print(name+",你好呀")# 我们都爱夸夸夸 color_a=input("请输入五角星颜色")
\ No newline at end of file pen=turtle.Pen()
pen.shape("turtle")
pen.fillcolor(color_a)
pen.begin_fill()
for i in range(5):
pen.forward(209)
pen.left(144)
pen.end_fill()
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