Commit ed464408 by BellCodeEditor

save project

parent 9b379741
Showing with 10 additions and 0 deletions
class Person:
def __init__(self,name,age):
self.name=name
self.age=age
class Teacher(Person):
def __inif__(self,subject):
self.subject=subject
skill=Teacher
skill.
\ 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