Commit 95310d94 by BellCodeEditor

save project

parent b77b6557
Showing with 7 additions and 1 deletions
playar=input("输入") import random
playar=input("请输入剪刀/石头/布")
print("出拳"+playar)
a=["石头""布","剪刀"]
computer=random.choice(a)
print("电脑出拳:"+computer)
\ 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