num=float(input("Unesite broj")) if num > 0: print("Bpozitivan") else: print("negativan")