Skip to main content

Posts

Showing posts with the label strings

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. Go, let's read it.