Commit b1b3bc00 by BellCodeEditor

save project

parent b4b6cbb3
Showing with 2 additions and 1 deletions
......@@ -15,7 +15,7 @@ class Hero(object):
exit()
else:
a3=name2.name+'还剩下'+str(name2.hp)+'血量'
print(a1+a2+a3)
print(a1+a2+a3+'\n'+'='*69)
yase = Hero("垭瑟")
houyi= Hero("后羿")
yase.combat(houyi)
\ No newline at end of file
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