myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
O

@OUGUELLOU

Equation modif

Python
1 year ago
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")

Equation

Python
1 year ago
a=float(input("valaur de a")) b=float(input("valaur de b")) if a!=0: x=b/a print("la solution est x=",x) else: print("pas de solution")
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us