Commit a03705f7 by BellCodeEditor

save project

parent 61c0abe1
Showing with 3 additions and 2 deletions
class Hero:
def __init__(self):
self.level=1
self.hp==300000000
self.attack=9999999999999999999999999999999999
self.hp=300
self.attack=99
yase=Hero()
print(yase.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