On 6/20/05, Michael Hoffman <[EMAIL PROTECTED]> wrote:
> 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.

For quick and simple removal of the extra space,  append a '\b'
backspace character to your output "string"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to