Pinned Loading
-
-
magic_methods:iterator
magic_methods:iterator 1class House:
2def __init__(self, name: str, symbol: str, student_list: list):
3self.name = name
4self.symbol = symbol
5self.student_list = student_list
-
magic_methods:iterable
magic_methods:iterable 1class House:
2def __init__(self, name: str, symbol: str, student_list: list):
3self.name = name
4self.symbol = symbol
5self.student_list = student_list
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.