diff --git a/welcome.py b/welcome.py index c702e9a..1248775 100644 --- a/welcome.py +++ b/welcome.py @@ -1,2 +1,3 @@ -print('welcome to python') \ No newline at end of file +print('welcome to python') +input('\nPress the \'ENTER\' key to exit.') \ No newline at end of file