Commit 94c43fbf by BellCodeEditor

save project

parent 59a3407d
Showing with 20 additions and 3 deletions
neme=input("输入名字")
print(neme+"你好啊")
\ No newline at end of file
'''#neme=input("呼呼呼呼呼")
#print("你好",name"我是小小")
aaa=input("你好,请输入你的姓名")
question=input("你好,主人,还有什么问题吗?")
if question=="没有":
print("再见")'''
color=input("请输入你的颜色:")
size=int(input("请输入五角星的颜色(整数):"))
import turtle
a=turtle.Pen()
a.pencolor(color)
a.pensize(5)
a.fillcolor(color)
a.begin_fill()
for i in range(5):
a.forward(size)
a.right(144)
a.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