Created
April 11, 2017 05:33
-
-
Save abhinavkorpal/4222783695f6913aca5fdbcca54b7d7c to your computer and use it in GitHub Desktop.
Name
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 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