Commit 78b7122a by BellCodeEditor

save project

parent 2319c6fd
Showing with 8 additions and 3 deletions
o=input('石头/剪刀/布')
print("玩家出拳"+o)
\ No newline at end of file
import random
nema=input("石头/剪刀/布")
print("玩家出:"+nema)
list=["石头","剪刀","布"]
gh=random.choice(list)
print("电脑出:"+gh)
\ 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