Skip to content

Instantly share code, notes, and snippets.

@gudmundur
Last active July 6, 2016 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gudmundur/13427c25a0604bda688a6df293ac07d6 to your computer and use it in GitHub Desktop.
Save gudmundur/13427c25a0604bda688a6df293ac07d6 to your computer and use it in GitHub Desktop.
print u'Congratulations Master Jóhann'
def congratulate(name):
return u"Congratulations Master {}" \
.format(name)
print congratulate(u"Jóhann")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment