Re: Re printing on same line.

2007-06-19 Thread James T. Dennis
Robert Bauck Hamar <[EMAIL PROTECTED]> wrote: > Jerry Hill wrote: >> On 6/15/07, HMS Surprise <[EMAIL PROTECTED]> wrote: >>> I want to print a count down timer on the same line. I tried >>> print '\r', timeLeft, >>> which just appends to the same line. >> Sounds to me like whatever you're p

Re: Re printing on same line.

2007-06-15 Thread Robert Bauck Hamar
Jerry Hill wrote: > On 6/15/07, HMS Surprise <[EMAIL PROTECTED]> wrote: >> I want to print a count down timer on the same line. I tried >> >> print '\r', timeLeft, >> >> which just appends to the same line. > > Sounds to me like whatever you're printing to doesn't do what you > expect when it

Re: Re printing on same line.

2007-06-15 Thread Jerry Hill
On 6/15/07, HMS Surprise <[EMAIL PROTECTED]> wrote: > I want to print a count down timer on the same line. I tried > > print '\r', timeLeft, > > which just appends to the same line. Sounds to me like whatever you're printing to doesn't do what you expect when it encounters a carriage return (\

Re: Re printing on same line.

2007-06-15 Thread HMS Surprise
>... ruining the > output? > ? None. -- http://mail.python.org/mailman/listinfo/python-list

Re: Re printing on same line.

2007-06-15 Thread Gabriel Genellina
En Fri, 15 Jun 2007 12:21:01 -0300, HMS Surprise <[EMAIL PROTECTED]> escribió: > I want to print a count down timer on the same line. I tried > > print '\r', timeLeft, > > > which just appends to the same line. It works OK for me. Don't you have any other print statement ruining the outpu

Re printing on same line.

2007-06-15 Thread HMS Surprise
I want to print a count down timer on the same line. I tried print '\r', timeLeft, which just appends to the same line. thanx, jh -- http://mail.python.org/mailman/listinfo/python-list