technology - machine learning - datascience - computer vision - programming
Search

Python 3’s f-Strings: An Improved String Formatting Syntax (Guide) – Real Python

As of Python 3.6, f-strings are a great new way to format strings. Not only are they more readable, more concise, and less prone to error than other ways of formatting, but they are also faster! By the end of this article, you will learn how and why to start using f-strings today.

Source : Python 3’s f-Strings: An Improved String Formatting Syntax (Guide) – Real Python