30-05-2020, 11:25 AM
A simple method to keep python output window open to display the results, until user presses a key - for python sample programs (beginner tutorials)
add below code at the end
add below code at the end
Code:
raw_input("Press enter to exit ;)")