dunder init methods python code example Example: python: dunder init method class Student: def __init__(self, name): self.name = name