Commit 2798ca2d by BellCodeEditor

auto save

parent 6dbd7c29
Showing with 13 additions and 10 deletions
...@@ -4,13 +4,16 @@ import random ...@@ -4,13 +4,16 @@ import random
list=["M416","MK14","GOUZA"] list=["M416","MK14","GOUZA"]
C=random.choice(list) C=random.choice(list)
print("电脑出枪:"+C) print("电脑出枪:"+C)
if player==C: if p in list:
print("FUCK!平局!") if player==C:
elif player=="M416" and C=="MK14": print("FUCK!平局!")
print("cao!你赢了!") elif player=="M416" and C=="MK14":
elif player=="MK14" and C=="GOUZA": print("cao!你赢了!")
print("cao!你赢了!") elif player=="MK14" and C=="GOUZA":
elif player=="GOUZA" and C=="M416": print("cao!你赢了!")
print("cao!你赢了!") elif player=="GOUZA" and C=="M416":
print("cao!你赢了!")
else:
print("哈哈哈!老子赢了!")
else: else:
print("哈哈哈!老子赢了!") print ("你TM的作弊!封号10年!")
\ No newline at end of file \ 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