Skip to content

Instantly share code, notes, and snippets.

@CleitonDeLima
Created February 21, 2017 13:59
Show Gist options
  • Save CleitonDeLima/5ced11566b0a7d812b8a4cb9d8712bd7 to your computer and use it in GitHub Desktop.
Save CleitonDeLima/5ced11566b0a7d812b8a4cb9d8712bd7 to your computer and use it in GitHub Desktop.
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