We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
Sorry for the soooo late reply, yes looks okay, or you could simply hit Ctrl + C.
Sorry, something went wrong.
@11sm11 This was just for experimenting you know, don't need to write production quality code.
No branches or pull requests
I thought it may be important to end the script. Here is my way. Is this a good way?
The text was updated successfully, but these errors were encountered: