On 14 May, 00:14, Mensanator wrote:
> On May 13, 4:00 pm, a wrote:
>
> > I'm coding on an old windows laptop
>
> > i write the code and double click the icon.
>
> Don't do that.
>
> > it runs the program and
> > writes results to a window.
>
> > when the code finishes, the window closes, i do a
On May 13, 4:00 pm, a wrote:
> I'm coding on an old windows laptop
>
> i write the code and double click the icon.
Don't do that.
> it runs the program and
> writes results to a window.
>
> when the code finishes, the window closes, i do a time.sleep(10) to
> see what has happened.
>
> unfortu
Place a try .. except surrounding the body of your program, and finally call
the input() function.
On Thu, May 13, 2010 at 11:00 PM, a wrote:
> I'm coding on an old windows laptop
>
> i write the code and double click the icon. it runs the program and
> writes results to a window.
>
> when the c
I'm coding on an old windows laptop
i write the code and double click the icon. it runs the program and
writes results to a window.
when the code finishes, the window closes, i do a time.sleep(10) to
see what has happened.
unfortunately when there is an error it just closes the window.
anyway o