Comment by nomel
2 hours ago
And, when it does, you can just put them when the empty container is assigned:
things: set[tuple[str, str, int]] = set()
users: list[User] = []
Many people don't seem to know this exists.
2 hours ago
And, when it does, you can just put them when the empty container is assigned:
things: set[tuple[str, str, int]] = set()
users: list[User] = []
Many people don't seem to know this exists.
No comments yet
Contribute on Hacker News ↗