Commit 37e3cde8 by BellCodeEditor

auto save

parent 173827b5
Showing with 6 additions and 10 deletions
...@@ -16,16 +16,12 @@ c=Hero('SB3',3,300,350) ...@@ -16,16 +16,12 @@ c=Hero('SB3',3,300,350)
d=Hero('SB4',4,400,450) d=Hero('SB4',4,400,450)
e=Hero('SB5',5,500,550) e=Hero('SB5',5,500,550)
#1 #1
def s(self): # s(a)
self.dd.level=dd.level+1 # s(b)
self.dd.af=dd.af+1 # s(c)
self.dd.bf=dd.bf+10 # s(d)
self.dd.cf=dd.cf+100 # s(e)
s(a) e.ss()
s(b)
s(c)
s(d)
s(e)
print(e.level) print(e.level)
print(e.af) print(e.af)
print(e.bf) print(e.bf)
......
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