Commit dc0b99d6 by BellCodeEditor

save project

parent 5b1747a0
Showing with 3 additions and 3 deletions
...@@ -13,8 +13,7 @@ sb = Hero("sb",10000,100) ...@@ -13,8 +13,7 @@ sb = Hero("sb",10000,100)
ff= Hero("ff",10000,100) ff= Hero("ff",10000,100)
print(sb.name+"sb1:"+str(sb.attack)) print(sb.name+"sb1:"+str(sb.attack))
print(sb.name+"ff1:"+str(sb.attack)) print(sb.name+"ff1:"+str(sb.attack))
uplevel() sb.uplevel()
uplevel() ff.uplevel()
uplevel()
print(sb.name+"sbn:"+str(sb.attack)) print(sb.name+"sbn:"+str(sb.attack))
print(sb.name+"ffn:"+str(sb.attack)) print(sb.name+"ffn:"+str(sb.attack))
\ 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