Commit 8da0902e by BellCodeEditor

save project

parent ed4c3d47
Showing with 7 additions and 0 deletions
......@@ -8,3 +8,10 @@ yase=Hero("亚瑟",3000000000000000,999999999999999999999999)
houyi=Hero("后羿",1,0.01)
print(yase.hp)
print(houyi.hp)
def up():
yase.level=yase.level+1
yase.hp=yase.hp+10000000000000000000000
yase.attack=yase.attack+9999999999999999999999999999999999999999999999999999999
up()
up()
print(yase.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