Commit b3f624d1 by BellCodeEditor

save project

parent d493d152
Showing with 9 additions and 0 deletions
class Hore:
def __init__(self,name,age,att):
self.level=1
self.name=name
self.age=age
self.att=att
yase=Hore('yase',16,240)
print(yase.name)
\ 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