Commit c7219995 by BellCodeEditor

save project

parent f518ae35
Showing with 10 additions and 8 deletions
......@@ -4,16 +4,19 @@ class Hero:
self.hp = hp
self.attack = attack
self.name = name
def fuck(self):
self.hp+=100000000000000000000000
self.attack+=999999999999999
self.level+=1
yase = Hero("垭瑟",300000000000,1000000000000000)
houyi= Hero("后羿",100000000000000000000000000000000000000000000000000000000000000000000000,10)
def fuck():
yase.hp+=100000000000000000000000
yase.attack+=999999999999999
yase.level+=1
fuck()
yase.fuck()
print(yase.hp)
print(houyi.hp)
\ No newline at end of file
print(houyi.hp)
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