[Tutor] Interpolation

Steven D'Aprano steve at pearwood.info
Sat Oct 9 09:41:11 CEST 2010


On Sat, 9 Oct 2010 05:32:29 pm David Hutto wrote:
> Maybe I missed it, even in the google searches/manuals, but does
> someone know of an introduction to python interpolation that show the
> different forms of %
> , as in %s = string, and %d = digit(i think, or correct me).

http://docs.python.org/library/stdtypes.html#string-formatting




-- 
Steven D'Aprano


More information about the Tutor mailing list