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
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
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 (\
>... ruining the
> output?
>
? None.
--
http://mail.python.org/mailman/listinfo/python-list
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
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