Commit a1ca7965 by BellCodeEditor

save project

parent 1d72bde5
Showing with 2 additions and 2 deletions
...@@ -8,8 +8,8 @@ if player in list: ...@@ -8,8 +8,8 @@ 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("乱打字有病吧")
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