print('this is app py ') def add(a,b): return a+b add(1,2) if __name__ == '__main__': print("this executed")