Waiting for return
Matthew Dixon Cowles
matt at mondoinfo.com
Mon Sep 4 01:40:33 EDT 2000
More information about the Python-list mailing list
Mon Sep 4 01:40:33 EDT 2000
- Previous message (by thread): Waiting for return
- Next message (by thread): Waiting for return
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 03 Sep 2000 23:10:14 -0600, Kevin Breit <battery841 at remove.for.no.spam.mypad.com> wrote: > Hey > I am writing a console application in .py. I want to get the > following effect: > Please press return to continue > <waits for return keystroke> > If you can help, it would be very appreciated. Thanks a lot! Kevin, You want something like: dummy=raw_input() >PS. For all yawl Americans, happy labor day! Thanks! Regards, Matt
- Previous message (by thread): Waiting for return
- Next message (by thread): Waiting for return
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list