Commit 2798ca2d by BellCodeEditor

auto save

parent 6dbd7c29
Showing with 9 additions and 5 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:
if player==C:
print("FUCK!平局!") print("FUCK!平局!")
elif player=="M416" and C=="MK14": elif player=="M416" and C=="MK14":
print("cao!你赢了!") print("cao!你赢了!")
elif player=="MK14" and C=="GOUZA": elif player=="MK14" and C=="GOUZA":
print("cao!你赢了!") print("cao!你赢了!")
elif player=="GOUZA" and C=="M416": elif player=="GOUZA" and C=="M416":
print("cao!你赢了!") print("cao!你赢了!")
else: else:
print("哈哈哈!老子赢了!") print("哈哈哈!老子赢了!")
else:
print ("你TM的作弊!封号10年!")
\ 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