Waiting for return

Pete Shinners pshinners at mediaone.net
Mon Sep 4 15:35:30 EDT 2000


"Kevin Breit" <battery841 at remove.for.no.spam.mypad.com> wrote
> > dummy=raw_input()
> And what does this all mean?  Is dummy a variable?
> Do I put anything in raw_input()?
> Pardon me for my ignorance.  I'm still kinda new :)

actually, you don't even need the dummy part, this line
will do exactly what you want


>>> raw_input("Press ENTER to continue")

when the user presses enter this function will return







More information about the Python-list mailing list