Comparison of format() Function and f-Strings
Differences between the format() function and f-Strings
Differences between the format() function and f-Strings
How to insert variable and expression values directly into strings using f-strings in Python