What's New in Python 3.6: f-strings and More
A guide to the major new features introduced in Python 3.6, with a deep dive into the new formatted string literals (f-strings), which provide a more readable, concise, and faster way to format strings.
Read more