Created
June 19, 2019 15:03
-
-
Save goldyfruit/f0912cd0c0b29638bc9daaeb5a335cb1 to your computer and use it in GitHub Desktop.
Qinling - Example 4
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", **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