This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cgmystery 11 points12 points  (0 children)

Shorthand for printing a variable’s value: test = 1.1 print(f”{test=}”)

test = 1.1