|
|
|
|
|
by thaumasiotes
331 days ago
|
|
What problem is that addressing? It doesn't solve the problem that `__add__` is a valid identifier -- so is `add` -- and it also doesn't solve the problem that there is no connection between the symbol `+` and the name `add`. |
|