Created
September 25, 2018 11:01
-
-
Save thesanjeetc/faaa4c176ed15e59d483075ed2a5b91d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#You can import any modules required here | |
moduleName = "life" | |
commandWords = ["meaning","life"] | |
def execute(command): | |
print("The meaning of life is 42") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment