Remix.run Logo
smohare 3 hours ago

Right, because x + " " + y is more clear than of simply f"{x} {y}".

Been using python for longer than 10 years and immediately started using f-strings when I could. It takes almost no time to understand the basics.

layer8 an hour ago | parent [-]

Personally I do find the first version clearer, because it is based on general language rules.