Created
February 21, 2017 13:59
-
-
Save CleitonDeLima/5ced11566b0a7d812b8a4cb9d8712bd7 to your computer and use it in GitHub Desktop.
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 get_msg(**kwargs): | |
return 'Oi {first_name} {last_name}, tudo bem?'.format(**kwargs) | |
get_msg(first_name='Cleiton', last_name='Lima') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment