Commit 08dcc8b6 by BellCodeEditor

save project

parent 6efdd4be
Showing with 2 additions and 2 deletions
...@@ -13,7 +13,7 @@ def upground(): ...@@ -13,7 +13,7 @@ def upground():
beidou=Hero("北斗",9999999999999999999999999999999299999999999999999999999999999,999999999999999325199 beidou=Hero("北斗",9999999999999999999999999999999299999999999999999999999999999,999999999999999325199
GPS=Hero("GPS",199999,126) GPS=Hero("GPS",199999,126)
print(beidou.name+"攻击力"+str(beidou.attack)) print(beidou.name+"攻击力"+str(beidou.attack))
upground() beidou.upground()
upground() beidou.upground()
print(beidou.name+"攻击力"+str(beidou.attack)) print(beidou.name+"攻击力"+str(beidou.attack))
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