Ausgabe von 'abc' oder 5 zentriert in einem Bereich der Länge 10 - Formatstring '^10'
print(format('abc','^10')) print(format(5,'^10'))