Commit 45aea542 by BellCodeEditor

save project

parent b5c6bbbe
Showing with 17 additions and 0 deletions
player=input("玩家出枪:M416、MK14、GOUZA,请出枪")
print("玩家出:"+player)
import random
list=["M416","MK14","GOUZA"]
C=random.choice(list)
print("电脑出枪:"+C)
if player==C:
print("FUCK!平局!")
elif player=="M416" and C=="MK14":
print("cao!你赢了!")
elif player=="MK14" and C=="GOUZA":
print("cao!你赢了!")
elif player=="GOUZA" and C=="M416":
print("cao!你赢了!")
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