Welcome To The World Of Hacking


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

Monday

PYTHON TUTORIAL 24: DOUBLE PARAMETER

def name(first,second):

    print '%s %s' %( first, second)

name('Hack','Defence')

OUTPUT:

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...