Commit 2884c2fc by BellCodeEditor

save project

parent d086d712
Showing with 9 additions and 3 deletions
......@@ -6,5 +6,11 @@ class Here:
self.attack=attack
yxse=Here("yase",999999999999999999999999999999999999999,99999999999999999999999999999)
houyi=Here("houyi",3000000000000,333333333333333333333)
print(yxse.hp)
print(houyi.hp)
\ No newline at end of file
# print(yxse.hp)
# print(houyi.hp)
def sb():
yxse.level= yxse.level+1
yxse.hp=yxse.hp+99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
yxse.attack=yxse.attack+999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
sb()
print(yxse.hp)
\ 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