Introducing ljust : ljust « String « Python Tutorial






s = 'buildConnectionString' 
print s.ljust(30)                               
print s.ljust(20)
5.14.ljust
5.14.1.Introducing ljust
5.14.2.Left justify