Commit 2bdc45f9 by BellCodeEditor

save project

parent 34f08ed7
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ yase = Hero("亚瑟",300,20) ...@@ -8,7 +8,7 @@ yase = Hero("亚瑟",300,20)
hoyi = Hero("后裔",250,23) hoyi = Hero("后裔",250,23)
print(yase.hp) print(yase.hp)
print(hoyi.hp) print(hoyi.hp)
def shenji(): def shengji():
yase.level=yase.levenl+1 yase.level=yase.levenl+1
yase.attack=yase.attack+999 yase.attack=yase.attack+999
yase.hp=yase.hp+999999999999999999999999999999999999999999999999999999999999999999999999 yase.hp=yase.hp+999999999999999999999999999999999999999999999999999999999999999999999999
......
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