Commit 7b30ef06 by BellCodeEditor

save project

parent 18c3b0c5
Showing with 2 additions and 1 deletions
...@@ -13,7 +13,7 @@ sb = Hero("sb",10000,100) ...@@ -13,7 +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()
ff.uplevel() ff.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