Comment on Java is dying and it paid off my mortgageparentComments−acdha1yIn Python isn’t that either this, for the first part of your sentence: students: list[tuple[int, Student]] Or the second half and a more idiomatic structure: students: dict[int, Student]
Comments
In Python isn’t that either this, for the first part of your sentence:
Or the second half and a more idiomatic structure: