hacker rank python(what's your name )solution

WHAT'S YOUR NAME

def print_full_name(a, b):
    print("Hello {} {}! You just delved into python.".format(a,b))

Compiler Message
Success
Input (stdin)Download
Ross
Taylor
Expected OutputDownload
Hello Ross Taylor! You just delved into python.

Comments

Popular posts from this blog

Amazon Web Services

Google Code-In mentorship experience :)

Hacker Rank all java and python problem solutions