Re: [Tutor] my program problem!

2006-11-26 Thread Alan Gauld
"Alan Gilfoy" <[EMAIL PROTECTED]> wrote > So sleep(10) would simply be a shorter snippet of code for that > purpose? sleep just gices a long pause before quitting, usually enough to read the output. > The \n thing might be handy if I was short on space, but I don't > mind > separate 'print' li

Re: [Tutor] my program problem!

2006-11-26 Thread Alan Gilfoy
Hey! Glad to hear that using raw_input() at the end is the actual solution, not just a jury-rigged workaround. :) So sleep(10) would simply be a shorter snippet of code for that purpose? The \n thing might be handy if I was short on space, but I don't mind separate 'print' lines, I find that m