Commit 87791c7a by BellCodeEditor

save project

parent 23dfff73
Showing with 9 additions and 0 deletions
# 玩家出拳
player=input("玩家请出拳")
print("玩家出拳是:"+player)
# 电脑出拳
# 导入random模块
#创建list列表,储存,剪刀,石头,布
#设置电脑出拳 使用computer变量 和 random.choice()方法
# 输入"电脑出拳是"
\ 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