Commit 3d712ee9 by BellCodeEditor

auto save

parent 67d59bd7
Showing with 7 additions and 3 deletions
player=input("请出拳:石头/剪刀/布")# 玩家出拳 import random
print("玩家出拳:"+player) list = ["剪刀","石头","布"]
\ No newline at end of file ran = random.choice(list)
lm = input("请输入剪刀,石头,布")
print("我出"+lm)
print("随机出"+ran)
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