Skip to main content

Formatting strings in Python 3.6 and above

String formatting in Python 3.6

From Python 3.6 there a new way to format string that is very cool and very interesting. Let's dive into it through this artichle from realpython.

Comments