Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save solanoize/7a4b005587fd85e0856103158bf5dcc3 to your computer and use it in GitHub Desktop.
@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