Commit 9b7718e5 by BellCodeEditor

save project

parent b5c6bbbe
Showing with 15 additions and 0 deletions
# 玩家出拳
player=input("剪子石头布:")
print("你出:",player)
import random
list=["剪子","石头","布"]
windows=random.choice(list)
print("Win10出:"+windows)
if player in list:
if player==windows
print("一毛一样!")
elif player=="石头",windows=="剪子" or player=="剪子",windows=="布" or player=="布",windows=="石头":
print("幺西!")
else:
print("小辣鸡!")
\ 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