a=5 if (a%2==0): def fun(): print('1') else: def fun(): print('2') fun()