Commit e807a25f by BellCodeEditor

save project

parent c4512362
Showing with 1 additions and 1 deletions
...@@ -3,4 +3,4 @@ player=input("玩家出拳:") ...@@ -3,4 +3,4 @@ player=input("玩家出拳:")
print("玩家出拳:"+player) print("玩家出拳:"+player)
h=["剪刀","石头","布"] h=["剪刀","石头","布"]
j=random.choice(h) j=random.choice(h)
print("计算机出拳"=j) print("计算机出拳"+j)
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