Commit 665447f7 by BellCodeEditor

save project

parent 546c5c92
Showing with 5 additions and 0 deletions
...@@ -13,3 +13,7 @@ class Ultraman(): ...@@ -13,3 +13,7 @@ class Ultraman():
zett=Ultraman("zett",379586,305876,1604,57%,85%,53957,14976) zett=Ultraman("zett",379586,305876,1604,57%,85%,53957,14976)
print("雷杰多的攻击力为"legend.atk) print("雷杰多的攻击力为"legend.atk)
print("泽塔的生命值为"zett.hp) print("泽塔的生命值为"zett.hp)
def upgrand():
legend.level=legend.level+1
legend.hp=hp+3897
legend.atk=legend.atk+9837
\ 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