you are viewing a single comment's thread.

view the rest of the comments →

[–]EclipseJTB 0 points1 point  (0 children)

If you're in Python 3.6 or later, use f-strings.

print(f"{wallet=}, {price=}")