print("Art: %5d, Price per Unit: %8.2f" % (453, 59.058))
output
Art: 453, Price per Unit: 59.06
String Modulo Operator