Commit 3740f78c by BellCodeEditor

save project

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