Y
Hacker News
new
|
ask
|
show
|
jobs
by
Hackbraten
10 days ago
This is the correct answer. `ic(foo(123))` can be written as `print(f'{foo(123)=}')` without depending on yet another third-party library which is not pulling its weight.