Skip to content

Instantly share code, notes, and snippets.

@solanoize
Last active July 1, 2017 14:01
Show Gist options
  • Select an option

  • Save solanoize/c0402239db2ae0a4ac4707d587b09bfa to your computer and use it in GitHub Desktop.

Select an option

Save solanoize/c0402239db2ae0a4ac4707d587b09bfa to your computer and use it in GitHub Desktop.
def message(name):
return "Hello {}".format(name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment