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.
Personally I do find the first version clearer, because it is based on general language rules.
Personally I do find the first version clearer, because it is based on general language rules.