Adam Monsen wrote:
>I have a program that, when run, (1) does some task, then (2) prompts
> for input: "Press ENTER to continue...", then repeats for about ten
> different tasks that each take about 5 minutes to complete. There is no
> way to disable this prompt.
>
> How would I go about writing a
I have a program that, when run, (1) does some task, then (2) prompts
for input: "Press ENTER to continue...", then repeats for about ten
different tasks that each take about 5 minutes to complete. There is no
way to disable this prompt.
How would I go about writing a Python program that would per