Skip to content

Instantly share code, notes, and snippets.

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