Skip to content

Instantly share code, notes, and snippets.

@thesanjeetc
Created September 25, 2018 11:01
Show Gist options
  • Save thesanjeetc/faaa4c176ed15e59d483075ed2a5b91d to your computer and use it in GitHub Desktop.
Save thesanjeetc/faaa4c176ed15e59d483075ed2a5b91d to your computer and use it in GitHub Desktop.
#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