Skip to content

Commit 5432bf4

Browse files
committed
Window was closing immediately. Added keypress to close window.
1 parent 9c89b9b commit 5432bf4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

welcome.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

2-
print('welcome to python')
2+
print('welcome to python')
3+
input('\nPress the \'ENTER\' key to exit.')

0 commit comments

Comments
 (0)