print('this is app py ') def add(a,b): return a+b add(1,2)