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