Commit 57ab9686 by BellCodeEditor

save project

parent a70aed0f
Showing with 5 additions and 1 deletions
# 玩家出拳
sb=input("玩家出拳(石头,剪刀,布):")
print("玩家出拳"+sb)
import random
sb=random.choice()
list["石头","剪刀","布"]
sb=random.choice(list)
print()"sb")
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