Commit 4963ecab by BellCodeEditor

save project

parent 6ae85554
Showing with 3 additions and 2 deletions
...@@ -3,4 +3,5 @@ print("玩家出拳:"+player) ...@@ -3,4 +3,5 @@ print("玩家出拳:"+player)
jeje["石头","剪刀","布"] jeje["石头","剪刀","布"]
print("电脑出拳:"+random.choice(jeje)) print("电脑出拳:"+random.choice(jeje))
if palyer==computer: if palyer==computer:
elif elif palyer=="布"and comput=="石头"
\ No newline at end of file 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