Commit d4a656b2 by BellCodeEditor

auto save

parent ef39df1c
Showing with 8 additions and 1 deletions
......@@ -2,4 +2,10 @@ class hero:
def __init__(self):
self.level=1
self.hp=300
self.attack=2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
self.attack=200000000
蔡徐坤 = hero(10)
print(蔡徐坤.hp)
print(蔡徐坤.attack)
kunkun = hero()
print(kunkun.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