Commit 73bf89c8 by BellCodeEditor

save project

parent d4ce405d
Showing with 3 additions and 3 deletions
player=input("请输入你要出的(剪刀/石头/布)")
print("玩家输入:"+player)
import random
list=["石头","剪刀","布"]
computer=random.choice(list)
print("电脑输入:"+computer)
......
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