Mar-16-2018, 02:02 PM
Hello.
I am a beginner in Python coding.
I wrote hello world program.
But when I run it on Windows 10, the window appears and disappears. What can I do to make it stay until I press a key?
I found this: https://stackoverflow.com/questions/9833...ressed-key
but it didn't really help.. Thank you.
I am a beginner in Python coding.
I wrote hello world program.
1 |
print ( 'Hello, world!' ) |
I found this: https://stackoverflow.com/questions/9833...ressed-key
but it didn't really help.. Thank you.