Commit 9eca2082 by BellCodeEditor

save project

parent 65d5edf6
Showing with 8 additions and 4 deletions
class Hero():
def_init_(self):
self.
\ No newline at end of file
def __init__(self):
self.level=10000000000000000
self.hp=30000
self.attack =40000
yase=Hero()
print(yase.level)
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