Hacker News new | ask | show | jobs
by aldanor 1955 days ago
Have you seen this? :)

    x, y = 1, 2
    print(f'{x=}, {y=}')
1 comments

I haven't but that is awesome. That is a much better syntax than just outputting data with `print(x, y)` and remembering which came first (when debugging of course).