Commit 44993084 by BellCodeEditor

save project

parent 23dfff73
Showing with 14 additions and 0 deletions
player = input("迎战吧!火遁.凤仙火/水遁.水龙弹/风遁.烈风掌/雷遁.雷蛇)
print("请玩家出"+player)
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