Commit d7394f24 by BellCodeEditor

save project

parent f98dc661
Showing with 3 additions and 0 deletions
...@@ -6,3 +6,5 @@ print("玩家出拳:"+player) ...@@ -6,3 +6,5 @@ print("玩家出拳:"+player)
list=["石头","剪刀","布"] list=["石头","剪刀","布"]
Robort=random.choice(list) Robort=random.choice(list)
print("计算机出拳:"+Robort) print("计算机出拳:"+Robort)
if player == Robort:
print(“平局”)
\ 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