Function Python Tutorial

def proc(x): 
    print x                       
x = proc('testing 123...') 
print x