Commit 07a14862 by BellCodeEditor

save project

parent 14a2aef7
Showing with 6 additions and 3 deletions
# 玩家出脚 # 玩家出脚
sss=input("请sb出拳(sbsbsbsbsb)") import random
print("玩家出拳:"+sss) s=input("请玩家出拳(ss)")
\ No newline at end of file print("玩家出拳:"+s)
p=["石头","布","剪刀"]
b=random.choice(p)
print("电脑出拳"+b)
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