Commit 3740f78c by BellCodeEditor

save project

parent 71a1e0d7
Showing with 2 additions and 2 deletions
...@@ -4,7 +4,7 @@ class Hero: ...@@ -4,7 +4,7 @@ class Hero:
self.name=name self.name=name
self.hp=hp self.hp=hp
self.attack=attack self.attack=attack
yase=Hero("八卦",700,30) yase=Hero("八卦",1500,1600)
houyi=Hero("周亮",650,45) houyi=Hero("周亮",1000,2000)
print("八卦的血量为",yeae.hp) print("八卦的血量为",yeae.hp)
print("周亮的血量为",yeae.hp) print("周亮的血量为",yeae.hp)
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