Commit 92aefc5d by BellCodeEditor

save project

parent 061d11c9
Showing with 4 additions and 4 deletions
class moar:
def__init__(self):
def __init__(self):
self.level=6
self.Hp=890
self.hp=890
self.attack=77
year=moar()
print(year.Hp)
year = moar()
print(year.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