In <[email protected]> 
[email protected] writes:

> dots = ('............')
> for x in dots:
>      sys.stdout.write(x)
>      sys.stdout.flush()
>      time.sleep(0.2)
>                               
> I cannot for the life of me figure out how to get the dots to appear on
> the same line as "Loading". Every way that I have attempted, the word
> "Loading" appears and then the dots appear on the next line. 

How are you printing the "Loading" text?  (It would have helped a lot to
show us that code.)

-- 
John Gordon                   A is for Amy, who fell down the stairs
[email protected]              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to