Commit 8edbe982 by BellCodeEditor

save project

parent 022f1248
Showing with 4 additions and 2 deletions
import random
sb=input("请出拳(石头/剪刀/布):")
print("玩家出 random
\ No newline at end of file
print("玩家出拳:" +sb)
baba=["石头","剪刀","布"]
rz=random.choice(baba)
print("电脑出拳;" +rz)
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