Commit 92632a49 by BellCodeEditor

auto save

parent a2007952
Showing with 5 additions and 4 deletions
# 玩家出拳 # 玩家出拳
SB=input("滚(死/活/额)") SB=input("滚(死/活/额)")
print("wjc"+SB) print("wjc"+SB)
import random
list=("死","活","额")
computer=random.choice(list)
print(computer)
......
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