Development Ruby

printf("Number: %5.2f,\nString: %s\n", 1.23, "hello") 
# produces: 
# Number: 1.23, 
# String: hello