Commit 99a47bab by BellCodeEditor

auto save

parent 76815873
Showing with 5 additions and 0 deletions
...@@ -9,3 +9,7 @@ class hero(): ...@@ -9,3 +9,7 @@ class hero():
self.A = self.A + 150 self.A = self.A + 150
self.H = self.H + 100 self.H = self.H + 100
YS = hero('YS',400,200) YS = hero('YS',400,200)
YS.UP()
print('DJ is',YS.L)
print('SL is',YS.H)
print('GG is',YS.A)
\ 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