Commit 2798ca2d by BellCodeEditor

auto save

parent 6dbd7c29
Showing with 13 additions and 10 deletions
......@@ -4,13 +4,16 @@ 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!你赢了!")
if p in list:
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("哈哈哈!老子赢了!")
else:
print("哈哈哈!老子赢了!")
\ No newline at end of file
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