Réponse :
c=float(input("c="))
delta = b**2-4*a*c
print("delta=", delta)
Explications étape par étape