Commit 3fcf4a53 by BellCodeEditor

save project

parent 472b0869
Showing with 6 additions and 3 deletions
# 玩家出拳 import random# 玩家出拳
list=["剪刀","石头","布"]
player=input("请玩家出拳(剪刀/石头/布):") player=input("请玩家出拳(剪刀/石头/布):")
print("玩家出的拳是:"+player) print("玩家出的拳是:"+player)
\ No newline at end of file computer=random.choice(list)
print(computer)
\ 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