Commit ec07ce9d by BellCodeEditor

auto save

parent 8be1e8f7
Showing with 6 additions and 3 deletions
import random
nb=input("你出嘛呀?")
print("你出了"+nb)
print("滚!!!!!!")
\ No newline at end of file
print("玩家:"+nb)
list=["石头","剪刀","布","我认输"]
diannao=random.choice(list)
print("电脑出拳"+diannao)
\ 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