Commit f880e6c2 by BellCodeEditor

auto save

parent b0d8e8fd
Showing with 6 additions and 2 deletions
play = input("请输入(石头,剪刀,布):") play = input("请输入(石头,剪刀,布):")
print("玩家出"+play) print("玩家出"+play)
\ No newline at end of file import random
list = ["石头","剪刀","布"]
ss = random.choice(list)
print("电脑出"+ss)
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