Skip to content

Instantly share code, notes, and snippets.

@abhinavkorpal
Created April 11, 2017 05:33
Show Gist options
  • Save abhinavkorpal/4222783695f6913aca5fdbcca54b7d7c to your computer and use it in GitHub Desktop.
Save abhinavkorpal/4222783695f6913aca5fdbcca54b7d7c to your computer and use it in GitHub Desktop.
Name
def print_full_name(a, b):
print "Hello {0} {1}! You just delved into python.".format(a, b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment