Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save solanoize/55a41e4ae87e333bed546fd0bd28797f to your computer and use it in GitHub Desktop.
def message(name):
msg = "<div class='mymessage'>"
msg += "<p>Hello " + name + "</p>"
msg += "</div>"
return msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment