Commit 4d4fc9f5 by BellCodeEditor

save project

parent 33e6105f
Showing with 4 additions and 4 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("八卦",1500,1600) bagua=Hero("八卦",1500,1600)
houyi=Hero("周亮",1000,2000) zhouliang=Hero("周亮",1000,2000)
print("八卦的血量为",yeae.hp) print("八卦的血量为",bagua.hp)
print("周亮的血量为",yeae.hp) print("周亮的血量为",zhouliang.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