How to I print without newline ?

David Stockwell winexpert at hotmail.com
Thu May 27 14:01:04 EDT 2004


oh one more small might be a freebie

ftp usually supports the  command 'hash'

when you use it it displays that character (#) every X bytes.  You can 
specify what each # maps to (as in how many bytes)....

David Stockwell
-------
Cell: http://cellphone.duneram.com/index.html
Cam: http://www.duneram.com/cam/index.html
Tax: http://www.duneram.com/index.html




>From: "Larry Bates" <lbates at swamisoft.com>
>To: python-list at python.org
>Subject: Re: How to I print without newline ?
>Date: Thu, 27 May 2004 12:44:57 -0500
>
><fowlertrainer at anonym.hu> wrote in message
>news:mailman.364.1085670411.6949.python-list at python.org...
> > Hi !
> >
> > I want to print, but without newline. I want to create a progress for
> > ftp, but the print is drop a newline for every percent.
> > I want like this:
> >
> > 0% 25% 50% 75% 100%
> >
> > But this happening:
> > 0%
> > 25%
> > 50%
> > 75%
> > 100%
> >
> > How to I prevent the newlines ?
> >
> > Thanx for help:
> >  FT
> >
> >
>
>
>--
>http://mail.python.org/mailman/listinfo/python-list

_________________________________________________________________
Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage! 
http://join.msn.click-url.com/go/onm00200362ave/direct/01/





More information about the Python-list mailing list