Commit 46b73e06 by BellCodeEditor

save project

parent 89de45c1
Showing with 15 additions and 2 deletions
...@@ -4,7 +4,19 @@ class Hero: ...@@ -4,7 +4,19 @@ class Hero:
self.nn=nn self.nn=nn
self.hh=hh self.hh=hh
self.aa=aa self.aa=aa
x=Hero("xx",100000000000,1000000000000) def a(self):
y=Hero("yy",1,1) self.level=self.level+1
print("xdssssss:"x.hp) print("xdssssss:"x.hp)
print("xjjjjjjj"x.attack) print("xjjjjjjj"x.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