wert = 9 if wert < 5: print('Wert ist kleiner als 5') else: print('Wert ist größer als 4')