desktopAssistant
desktopAssistant copied to clipboard
Exit script?
I thought it may be important to end the script. Here is my way. Is this a good way?
> import sys
> elif 'exit program' in command:
> talkToMe('Goodbye, I am shutting down.')
> sys.exit()
Sorry for the soooo late reply, yes looks okay, or you could simply hit Ctrl + C.
@11sm11 This was just for experimenting you know, don't need to write production quality code.