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