printf style formatting in python
String objects have one unique built-in operation: the % operator (modulo). This is also known as the string formatting or interpolation operator. Given format % values (where format is a string), % conversion specifications in format are replaced wi...
prasannarv.hashnode.dev3 min read