Commit 89ead41c by BellCodeEditor

auto save

parent b6304e55
Showing with 5 additions and 5 deletions
...@@ -7,10 +7,10 @@ computer=random.choice(list) ...@@ -7,10 +7,10 @@ computer=random.choice(list)
print(computer) print(computer)
if player in list: if player in list:
if player==computer: if player==computer:
print("平局") print("这局不算, 再来")
elif (player=="石头" and computer=="剪刀" ) or (player=="剪刀" and computer=="布") or (player=="布" and computer=="石头"): elif (player=="石头" and computer=="剪刀" ) or (player=="剪刀" and computer=="布") or (player=="布" and computer=="石头"):
print("恭喜,你赢了!") print("卧槽,劳资竟然输了!")
else: else:
print("很遗憾,你输了!") print("你这,这也不行啊!")
else: else:
print("回答错误") print("鲨币玩意儿,你会玩吗你")
\ No newline at end of file \ 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