def print_func(par): print ("Hello : ", par) return print_func('world')