7ee8a69 23906f6
1
2
3
4
5
6
7
8
9
print('this is app py ') def add(a,b): return a+b add(1,2) if __name__ == '__main__': print("this executed")