Python Hello World keeps closing itself -


i'm new programming. i''ve wrote everybody's first program , , executes right before closing itself. how can add pause program?

modify code this, learn below function enough:

print('hello world!') input() 

now @ end of program won't exit until press return.

or better still, run code in shell idle don't have worry that.


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -