The python program usually terminate itself by the end of the file. Is there anyway to control how the python program should terminate? For example:
Thank you
Code:
import os os.system ('notepad.exe') # And here terminate the python program after the notepad is launch
Comment