SyntaxFix
Write A Post
Hire A Developer
Questions
This is super simple with format:
format
>>> a = "John" >>> "{:<15}".format(a) 'John '