Commit 3685f8b6 by BellCodeEditor

auto save

parent 3deda460
Showing with 0 additions and 4 deletions
...@@ -7,12 +7,9 @@ class a: ...@@ -7,12 +7,9 @@ class a:
self.LV=self.LV+1 self.LV=self.LV+1
self.ABC=self.ABC+4 self.ABC=self.ABC+4
self.HP=self.HP+50 self.HP=self.HP+50
y=a(300,20,1) y=a(300,20,1)
h=a(240,25,1) h=a(240,25,1)
y.iii() y.iii()
h.iii() h.iii()
print(y.HP) print(y.HP)
print(h.HP) print(h.HP)
\ 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