Mega Code Archive
Categories
/
Python Tutorial
/
String
Introducing ljust
s = 'buildConnectionString' print s.ljust(30) print s.ljust(20)