Skip to content

Instantly share code, notes, and snippets.

@solanoize
Created July 1, 2017 14:13
Show Gist options
  • Select an option

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

Select an option

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