String¶#join the same string many times fmt = ','.join(['%f'] * 3) #pad space before or after the string format('str', '<16') format('str', '>16')