How to I print without newline ?

Larry Bates lbates at swamisoft.com
Thu May 27 13:44:57 EDT 2004


<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
>
>





More information about the Python-list mailing list