x = float(input('Choisir un nombre ')) x *= -4 x += 5 print(x)