Commit f8e35232 by BellCodeEditor

save project

parent 9bc20b2c
Showing with 3 additions and 3 deletions
...@@ -5,9 +5,9 @@ class Hero: ...@@ -5,9 +5,9 @@ class Hero:
self.level=9 self.level=9
def sj(): def sj():
yase.hp+=99899999999 .level+=2
yase.level+=2 .hp
yase.gj+=999999999999999999999999999999999999999999999 .gj+=999999999999999999999999999999999999999999999
yase=Hero("亚瑟",2000,5500) yase=Hero("亚瑟",2000,5500)
houyi=Hero("后裔",2000,9999) houyi=Hero("后裔",2000,9999)
sj() sj()
......
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