Commit 8ce17276 by BellCodeEditor

save project

parent 23dfff73
Showing with 17 additions and 0 deletions
from random import*
while True:
h=input("请出去,石头/剪刀/不")
print("大傻逼出"+h)
大傻逼=["石头","剪刀","不"]
j=choice(大傻逼)
print("大帅哥(作者)出"+j)
if h not in 大傻逼:
print("大帅哥(作者)说:“傻逼,在乱写,打断你的腿!!!”")
elif h==j:
print("大帅哥(作者)说:“走屎运了,下次照虐你!!!”")
elif (h=="石头" and j=="不") or (h=="不"and j=="剪刀")or(h=="剪刀"and j=="石头"):
print("大帅哥(作者)说:“我赢了,垃圾,吃屎吧你!!!”")
else:
print("大帅哥(作者)说:“出老千,不得好死!!!”")
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