Commit dbde676e by BellCodeEditor

save project

parent 74e9ec1b
Showing with 5 additions and 5 deletions
...@@ -5,8 +5,8 @@ class Hero: ...@@ -5,8 +5,8 @@ class Hero:
self.hp=hp self.hp=hp
self.attack=attack self.attack=attack
Lixin=Hero('Lixin',3600,190) Lixin=Hero('Lixin',3600,190)
Lanlingwang=Hero('Lanlingwang',250,23) Lanlingwang=Hero('Lanlingwang',3200,200)
Baiqi=Hero('Baiqi',5600,199) Baiqi=Hero('Baiqi',5600,199)
print(yase.attack) print(Lixin.attack)
print(hy.attack) print(Lanlingwang.attack)
print(k.attack) print(Baiqi.attack)
\ No newline at end of file \ 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