Commit ee9704f0 by BellCodeEditor

save project

parent fc51c7dd
Showing with 2 additions and 9 deletions
...@@ -3,12 +3,4 @@ player=input("你个怨种要出什么?") ...@@ -3,12 +3,4 @@ player=input("你个怨种要出什么?")
print("怨种出拳"+player) print("怨种出拳"+player)
list=["万象天引","神罗天征","地爆天星"] list=["万象天引","神罗天征","地爆天星"]
computer=random.choice(list) computer=random.choice(list)
print("晓出拳"+computer) print("佩恩出拳"+computer)
if (player=="万象天引" and computer=="地爆天星") or (player=="地爆天星" and computer=="神罗天征") or (player=="神罗天征" and computer=="万象天引"): \ No newline at end of file
print("你赢了")
elif player==computer:
print("平局,触发被动技能别天神,玩家胜利")
else:
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