class Teacher: def __init__(self, id, age): self.id = id self.age = age print(self.age) tear = Teacher("John", 20) tear.age = 30 print(tear.age)
Not registered? Create an account
Forgot Password?
Already a registered user? Login