Comment by nomel
4 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.
4 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 ↗