a=float(input("d'après la valaur de a "))
b=float(input("la valaur de b "))
c=float(input("et la valaur de c "))
if a!=0:
x=(c-b)/a
print(" la solution est x =",x)
else:
print("pas de solution")
To embed this project on your website, copy the following code and paste it into your website's HTML: