Formatting String in Python is one of the most repetitive tasks you have faced while in development. As of 3.6 version, Python f-strings is a comprehensive new way to format strings. Not only are they more readable, they are also more concise but also less prone to error than other ways of formatting, and also they are faster!

#python

Python f Strings | An Improved String Formatting in Python 3
2.35 GEEK