Commit 66db8b84 by BellCodeEditor

save project

parent 442d0056
Showing with 7 additions and 6 deletions
l=input("出什么(石头/剪刀/布)")
print("玩家出拳"+l)
print random import random
lil["石头","剪刀","布"] lil=["石头","剪刀","布"]
computer.choice(lil) a=random.choice(lil)
\ No newline at end of file print("计算机出拳"+a)
\ 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