Commit 3c299f91 by BellCodeEditor

save project

parent dec1349c
Showing with 4 additions and 1 deletions
......@@ -4,7 +4,7 @@ import random
list = ["s","j","b"]
b = random.choice(list)
print("电脑出的是" + b)
if
if player in list:
if a==b:
print(平局)
elif (a=="s" and b=="j") or (a=="j" and b=="b") or (a=="b" and b=="s"):
......@@ -15,3 +15,5 @@ if
print("你出剪刀,电脑出石头,但是我把电脑打晕了,强制他出了布,所以你赢了")
elif a=="b" and b=="j":
print("你出布,电脑出石头,但是我把电脑打晕了,强制他出了石头,所以你赢了")
else:
print("告诉你输入sjb里的一个了,你™der啊 还™出别的,你可真是个sjb神经病")
\ 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