slotion activte prpose par yoser
a=float(input("introduire a"))
b=float(input("introduire b"))
x=print(-b/a)
This community is for professionals and enthusiasts of our products and services.
Share and discuss the best content and new marketing ideas, build your professional profile and become a better marketer together.
slotion activte prpose par yoser
a=float(input("introduire a"))
b=float(input("introduire b"))
x=print(-b/a)
Il y a trois méthodes pour changer le type du variable d 'une chaîne de caractère en un réel
a=float ( input ("introduire a "))
b=Float ( input ("intoduire b"))
x= -b/a
Print (x)
Ou
a=input ("intoduire a")
a=float (a)
b=input ("intoduire b")
b=float (b)
print ( "x=" ,-b/a )
Ou
a=float( input("intoduire a"))
b=float( input("intoduire b"))
x= -b/a
Print( "x=" ,x )
Il y'a 2 autres méthodes pour changer un variable de type chêne de caractère en type réelle