Commit 27e0eb3a by BellCodeEditor

save project

parent e62d32ab
Showing with 0 additions and 2 deletions
...@@ -5,8 +5,6 @@ import random ...@@ -5,8 +5,6 @@ import random
list=["剪刀","石头","布"] list=["剪刀","石头","布"]
computer=random.choice(list) computer=random.choice(list)
print("计算机出拳:"+computer) print("计算机出拳:"+computer)
player=input("")
print(player)
import random import random
list=["shitou","jiandao","bu"] list=["shitou","jiandao","bu"]
if player==computer: if player==computer:
......
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