Commit 0a506824 by BellCodeEditor

save project

parent 7b434ad7
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ qwerty=["剪刀","石头","布"]
print("电脑出拳"+random.choice(qwerty))
if hu==qwerty:
print("平局")
elif hu="剪刀"qwerty="布"hu="石头"qwerty="剪刀"hu="布"qwerty="石头":
elif (hu=="剪刀"and qwerty=="布")or (hu=="石头"and qwerty=="剪刀")or (hu=="布"and qwerty=="石头"):
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