Created
June 19, 2019 15:53
-
-
Save goldyfruit/6f2b9565304b912d15cd39d41165cbc3 to your computer and use it in GitHub Desktop.
Qinling - Example 5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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