Commit 4d8b6566 by BellCodeEditor

auto save

parent 778f2854
Showing with 5 additions and 2 deletions
ing=input("玩家出拳(石头/剪刀/布):") ing=input("玩家出拳(石头/剪刀/布):")
print("玩家出:"+ing) print("玩家出:"+ing)
letter=random.choicec() list=["石头","剪刀","布"]
\ No newline at end of file computer=input("list")
print("机器人出:"+computer)
ch
\ 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