Commit 6e980765 by BellCodeEditor

save project

parent 9e8fa84e
Showing with 3 additions and 9 deletions
import turtle
ys=input("请输入五角星的颜色:")
turtle.begin_fill()
for i in range(5):
turtle.forward(100)
turtle.right(144)
turtle.end_fill()
turtle.hideturtle()
turtle.done
player = input("请出拳(石头/剪刀/布:")
print("玩家出:"+player)
player = input("请出")
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