def add(x, y): return x + y print add("Hello ","World!")+str(add(1,2))