Commit dbde676e by BellCodeEditor

save project

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