sayi=int(input("sayı giriniz =")) if sayi%3==0 and sayi%5==0: print("15'e tam bölünür") else: print("15'e tam bölünmez")