f?rsteTall = int(input("Oppgi et tall: ")) andreTall = 24 if f?rsteTall < andreTall: print("F?rste tallet er st?rst") else: print("Feil")