a = 2 if a == 1: print("apple") elif a==2: print("orange") elif a==3: print("banana") else: print("other")