Commit 40c98e48 by BellCodeEditor

save project

parent f690ff4b
Showing with 3 additions and 22 deletions
import turtle
a = turtle.Pen()
yanse = input("请输入您想要的五角星颜色:")
a.fillcolor(yanse)
a.begin_fill()
for i in range(5):
a.forward(200)
a.right(144)
a.end_fill()
a.hideturtle()
turtle.done()
\ No newline at end of file
player = input("请输入(石头/剪刀/布):")
print("玩家出拳:"+player)
\ 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