Commit b30743a5 by BellCodeEditor

auto save

parent 7bded637
Showing with 2 additions and 2 deletions
class Hero: class Hero:
def __init__(self): def __init__(self):
self.level=1 self.level=1
self.hp=3000 self.hp=30000000000000000
self.attack=40000 self.attack=4000000000000
bzd=Hero() bzd=Hero()
print(bzd.level) print(bzd.level)
print(bzd.hp) print(bzd.hp)
......
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