Formatting

#
# %s, %c, %d, %i (integer), %u (unsigned int), %o
# %x, %X, %e, %E, %f, %F, %g, %G, %%
#
a = "ein test %d %g %s" % ( 1, 1.23, 'hello')