Skip to content

Instantly share code, notes, and snippets.

@goldyfruit
Created June 19, 2019 15:03
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 goldyfruit/f0912cd0c0b29638bc9daaeb5a335cb1 to your computer and use it in GitHub Desktop.
Save goldyfruit/f0912cd0c0b29638bc9daaeb5a335cb1 to your computer and use it in GitHub Desktop.
Qinling - Example 4
def main(name="Qinling", **kwargs):
msg = "Hello {} \o/".format(name)
return msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment