Commit 016d2044 by BellCodeEditor

save project

parent 6fb2e98d
Showing with 26 additions and 2 deletions
import turtle
name=input("请输入您的名字")
print(name+",您好,您是最棒的创造师呢!!!!!")
\ No newline at end of file
print(name+",您好,您是最棒的创造师呢!!!!!")
color=input(name+",你想要什么颜色的星星?")
pen=turtle.Pen()
pen.fillcolor(color)
pen.begin_fill()
for i in range(5):
pen.forward(100)
pen.right(144)
pen.end_fill()
turtle.done()
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