Commit 18e7a3d4 by BellCodeEditor

save project

parent 422ef968
Showing with 3 additions and 3 deletions
...@@ -8,9 +8,9 @@ class Hero: ...@@ -8,9 +8,9 @@ class Hero:
a=Hero("瑟"85957823947238946827893465762,4987529857432589572438654787829) a=Hero("瑟"85957823947238946827893465762,4987529857432589572438654787829)
b=Hero("鱼"57854657346586437845673983754,7438589375847583583767777878996) b=Hero("鱼"57854657346586437845673983754,7438589375847583583767777878996)
c=Hero("将"94895743009593825734678349578,3849638590324672309875634896524) c=Hero("将"94895743009593825734678349578,3849638590324672309875634896524)
print("瑟血:",a.level) print("瑟血:"a.level)
print("鱼血:"a.hp) print("鱼血:"b.hp)
print("将攻:"a.attack) print("将攻:"c.attack)
""" """
class Hero: class Hero:
def_int_(self): def_int_(self):
......
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