Commit aa5081b3 by BellCodeEditor

save project

parent c4cad7b0
Showing with 5 additions and 6 deletions
......@@ -4,12 +4,12 @@ class Hero:
self.name=name
self.Hp=Hp
self.attack=attack
def u1p(self):
self.attack=self.attack+10000
self.Hp=YaSe.Hp=99999999999
self.level=YaSe.level+9999
u1p()
YaSe=Hero("YaSe",500,500)
a123=Hero("a123",500,50000)
def u1p():
YaSe.attack=YaSe.attack+9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
YaSe.Hp=YaSe.Hp=999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
YaSe.level=YaSe.level+999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
u1p()
print(YaSe.Hp)
print(a123.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