Commit d165b497 by BellCodeEditor

save project

parent 719d7aa0
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ import random ...@@ -5,7 +5,7 @@ import random
b=["石头","剪刀","布"] b=["石头","剪刀","布"]
c=random.choice(b) c=random.choice(b)
print("SB出:"+c) print("SB出:"+c)
if p=c if p==c:
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