Commit 5b1747a0 by BellCodeEditor

save project

parent 8a895912
Showing with 2 additions and 1 deletions
......@@ -11,7 +11,8 @@ def uplevel():
sb = Hero("sb",10000,100)
ff= Hero("ff",10000,100)
print(sb.name+"1:"+str(sb.attack))
print(sb.name+"sb1:"+str(sb.attack))
print(sb.name+"ff1:"+str(sb.attack))
uplevel()
uplevel()
uplevel()
......
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