Commit b5a80d3f by BellCodeEditor

save project

parent 948c9ba2
Showing with 4 additions and 3 deletions
...@@ -5,7 +5,8 @@ class loser: ...@@ -5,7 +5,8 @@ class loser:
self.hp=hp self.hp=hp
self.at=at self.at=at
xxx=loser('Xxx',1,99999) xxx=loser('Xxx',1,99999)
def up: def up():
xxx.lv=xxx.lv+1 xxx.lv=xxx.lv+1
xxx.hp=xxx.hp+100 xxx.hp=xxx.hp+100
xxx.hp=xxx.hp+10 xxx.hp=xxx.hp+10
\ No newline at end of file up()
\ 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