Commit 28b037ea by BellCodeEditor

save project

parent bd30f4f8
Showing with 7 additions and 3 deletions
# 玩家出拳 # 玩家出拳
pleyer=input("请您出拳(stone/scissors/cloth)") import random
print("玩家使用了"+player) name=input("请您出拳:石头/剪刀/布")
\ No newline at end of file print("玩家使用了"+name)
list=["石头","剪刀","布"]
comp=random.choice(list)
print(comp)
\ 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