Commit 153aa9b2 by BellCodeEditor

save project

parent 732c540b
Showing with 6 additions and 3 deletions
# 玩家出拳 # 玩家出拳
input("玩家出拳(石头/剪刀/布)") import random
print(+"出拳") bb=input("玩家出拳(石头/剪刀/布)")
\ No newline at end of file print("出拳"+bb)
list=["石头""剪刀""布"]
bbb=random.choice(list)
print("")
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