Commit 13c01125 by BellCodeEditor

save project

parent fe3bac6f
Showing with 5 additions and 6 deletions
import random
player=input("请出拳:石头/剪刀/布")
print("玩家出拳"+player)
zzz=["石头","剪刀","布"]
wc=random.choice(zzz)
print("计算机出拳"+wc)
\ No newline at end of file
sb=input("玩家出拳 石头/剪刀/布")
print("玩家出拳"+sb)
wc=["石头","剪刀","布"]
zzz=random.choice(wc)
print("计算机出拳"+zzz)
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