Commit b7900567 by BellCodeEditor

save project

parent e6009389
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ class loser: ...@@ -7,7 +7,7 @@ class loser:
def up(self): def up(self):
self.lv=self.lv+1 self.lv=self.lv+1
self.hp=self.hp+100 self.hp=self.hp+100
self.hp=self.at+10 self.at=self.at+10
xxx=loser('Xxx',1,99999) xxx=loser('Xxx',1,99999)
for i in range(1000): for i in range(1000):
xxx.up() xxx.up()
......
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