Commit bed631cf by BellCodeEditor

save project

parent 1fb5f152
Showing with 4 additions and 1 deletions
...@@ -7,7 +7,10 @@ computer=random.choice(list) ...@@ -7,7 +7,10 @@ computer=random.choice(list)
print(computer) print(computer)
if player==computer if player==computer
print("平局") print("平局")
elif (player==1 and computer==2)or(player==2 and computer==3)or(player==3 and computer==1):
print("666")
else:
print("KO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
......
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