Commit f6dc49f8 by BellCodeEditor

save project

parent 8e8b6774
Showing with 5 additions and 3 deletions
palyer=input("请输入:石头/剪刀/布") palyer=input("请出拳:""石头"/"剪刀"/"布")
print("玩家出拳:"+palyer) print("玩家出拳"+palyer)
\ No newline at end of file SB=("石头"/"剪刀"/"布")
print("电脑出拳"+random.choice(SB))
\ 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