Commit 5aad8678 by BellCodeEditor

auto save

parent f7fae87b
Showing with 3 additions and 3 deletions
...@@ -4,5 +4,5 @@ import random ...@@ -4,5 +4,5 @@ import random
computer=["石头","剪刀","布"] computer=["石头","剪刀","布"]
c=random.choice(computer) c=random.choice(computer)
print("计算机出拳:"+c) print("计算机出拳:"+c)
if player==c if player==c
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