Using print with format to stdout generates unwanted space

Michael Hoffman cam.ac.uk at mh391.invalid
Mon Jun 20 17:56:31 EDT 2005


Paul Watson wrote:

> While printf() does tightly control formatting in C, it does not in
 > Python.

There is no printf() in Python. You should not think of print as being a 
Python version of printf.
-- 
Michael Hoffman



More information about the Python-list mailing list