Commit 4849d94f by BellCodeEditor

auto save

parent a582bab7
Showing with 2 additions and 1 deletions
...@@ -7,6 +7,6 @@ class Hero: ...@@ -7,6 +7,6 @@ class Hero:
yugonglian=Hero('yugonglian',999999999999999999999999999999,2000000000000000000000000000000000000) yugonglian=Hero('yugonglian',999999999999999999999999999999,2000000000000000000000000000000000000)
sls=Hero('sls',250,233) sls=Hero('sls',250,233)
gg=Hero('gg',560000000,19999999999999999999) gg=Hero('gg',560000000,19999999999999999999)
print('yugonglian的血量为:'yyugonglian.hp) print('yugonglian的血量为:'yugonglian.hp)
print('sls的血量为:'sls.hp) print('sls的血量为:'sls.hp)
print('gg的血量为:'gg.hp) print('gg的血量为:'gg.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