Commit d30574d2 by BellCodeEditor

save project

parent 9b83cb45
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,5 @@ print("玩家出的是"+a) ...@@ -4,4 +4,5 @@ print("玩家出的是"+a)
b=["石头","剪刀","布"] b=["石头","剪刀","布"]
c=random.choice(b) c=random.choice(b)
print("计算机出的是"+c) print("计算机出的是"+c)
if (player=="石头" and computer=="剪刀") or (player=="剪刀" and computer=="布") or (player=="布" and computer=="石头"):
\ No newline at end of file player==
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