tall = int(input("Skriv inn et heltall: ")) if tall < 5: print("Tallet er st?rre enn 5") else: print("Tallet er ikke st?rre enn 5")