Re: Single line output, updating output in place

2009-09-23 Thread Donavan Lance
Sweet, thanks for the information. Lots to learn. On Thu, Sep 24, 2009 at 12:23 AM, wrote: > On 04:11 am, tusklah...@gmail.com wrote: > >> Hello, I'm a newb and have been playing with Python trying to print a >> changing value to the screen that updates as the value changes. I have >> this >> co

Re: Single line output, updating output in place

2009-09-23 Thread exarkun
On 04:11 am, tusklah...@gmail.com wrote: Hello, I'm a newb and have been playing with Python trying to print a changing value to the screen that updates as the value changes. I have this code, which is pretty much doing what I want: #!/usr/bin/env python3 import time text = input('Please ent

Re: Single line output, updating output in place

2009-09-23 Thread Chris Rebert
On Wed, Sep 23, 2009 at 9:11 PM, Donavan Lance wrote: > Hello, I'm a newb and have been playing with Python trying to print a > changing value to the screen that updates as the value changes. I have this > code, which is pretty much doing what I want: > > #!/usr/bin/env python3 > > import time > >

Single line output, updating output in place

2009-09-23 Thread Donavan Lance
Hello, I'm a newb and have been playing with Python trying to print a changing value to the screen that updates as the value changes. I have this code, which is pretty much doing what I want: #!/usr/bin/env python3 import time text = input('Please enter something: ') for c in text: print('T