Welcome To The World Of Hacking


Learn Hacking|Teach Hacking|Learn To Secure|Learn To Code

Saturday

PYTHON TUTORIAL 23: HOW TO BUILD FUNCTION

def Introduction(x): # by using "def",the function Introduction is defined
   
    return " Hello " + x

print Introduction("Dipankar")

OUTPUT:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...