Are there sprintf in Python???

Facundo Batista facundo at taniquetil.com.ar
Fri Jan 26 11:34:42 EST 2007


questions? wrote:


> Are there similar function to sprintf in C?

Meaning to print in a buffer? It's not necessary...

Remember that all the ways that prints on files, actually does not need
to print into *actual* files, but they can print into file-like objects
(see StringIO, or mmap, for example).

Regards,

-- 
.   Facundo
.
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/





More information about the Python-list mailing list