duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| class CustomCollection(): | |
| def __init__(self): | |
| super().__init__() | |
| self.items = [] | |
| def __setitem__(self, key, value): | |
| if key == '_': | |
| self.items.append(value) | |
| else: | |
| self.items.append((key, value)) |
| “I’ve just got to say one thing: If this is it, if this is really the end—I get to use a rocket launcher.” | |
| —Winston, Human Target (2010) S02E07 | |
| ~~ | |
| “Behind the velvet lies / There is a truth as hard as steel.” | |
| —“Holy Diver” by Dio | |
| ~~ |