Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42827
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Typing letters slowly using sys |
| Date | 2013-04-05 14:50 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <kjmoap$obv$1@reader1.panix.com> (permalink) |
| References | <44fa9565-c6cd-4a46-ad28-97417b403444@googlegroups.com> |
On 2013-04-05, mattgraves7@gmail.com <mattgraves7@gmail.com> wrote:
> dots = ('............')
> for x in dots:
> sys.stdout.write(x)
> sys.stdout.flush()
> time.sleep(0.2)
That works just fine for me using Python 2.4, 2.6, 2.7 and 3.2.
--
Grant Edwards grant.b.edwards Yow! Is it 1974? What's
at for SUPPER? Can I spend
gmail.com my COLLEGE FUND in one
wild afternoon??
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Typing letters slowly using sys mattgraves7@gmail.com - 2013-04-05 07:04 -0700
Re: Typing letters slowly using sys John Gordon <gordon@panix.com> - 2013-04-05 14:31 +0000
Re: Typing letters slowly using sys Grant Edwards <invalid@invalid.invalid> - 2013-04-05 14:50 +0000
Re: Typing letters slowly using sys Mitya Sirenef <msirenef@lightbird.net> - 2013-04-05 10:52 -0400
Re: Typing letters slowly using sys Matt <mattgraves7@gmail.com> - 2013-04-05 08:10 -0700
Re: Typing letters slowly using sys John Gordon <gordon@panix.com> - 2013-04-05 15:14 +0000
Re: Typing letters slowly using sys inq1ltd <inq1ltd@inqvista.com> - 2013-04-05 11:39 -0400
csiph-web