Commit 99349e48 by BellCodeEditor

auto save

parent c62795c4
Showing with 6 additions and 7 deletions
...@@ -6,10 +6,9 @@ import random ...@@ -6,10 +6,9 @@ import random
list=["石头","剪刀","布"] list=["石头","剪刀","布"]
computer=random.choice(list) computer=random.choice(list)
print(computer) print(computer)
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("扶额京都府肌肤恢复今年春节的基础从大家参加超级大奖赛曾经是亏恶化人u九点八九万出版时间 不是绝对符合规范建设vu俄将变成和菊丸技术工程师不错 j'bjb")
print("姜昊泽或SB(反正没区别)赢了!!!") else:
else: print("扶额京都府肌肤恢复今年春节的基础从大家参加超级大奖赛曾经是亏恶化人u九点八九万出版时间 不是绝对符合规范建设vu俄将变成和菊丸技术工程师不错 ")
print("姜昊泽或SB(反正没区别)输了!!!")
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