Commit b18da245 by BellCodeEditor

save project

parent f368238a
Showing with 1 additions and 0 deletions
...@@ -18,6 +18,7 @@ class Hero(object): ...@@ -18,6 +18,7 @@ class Hero(object):
f3=enemy.name+"阵亡,游戏结束!" f3=enemy.name+"阵亡,游戏结束!"
l=f1+f2+f3 l=f1+f2+f3
print(l) print(l)
exit()
yase = Hero("垭瑟") yase = Hero("垭瑟")
houyi= Hero("后羿") houyi= Hero("后羿")
......
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