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

@pips

Introduçao

Python
6 days ago
nome = 'Pietro' idade = "30" profissao = "Gamer" print(nome, idade, profissao)

condicionais

Python
1 week ago
resposta = input(" A Terra é redonda?") if resposta == "Sim": print("Parabéns") else: print("Precisa estudar mais!")

calculadora

Python
1 week ago
# calculadora de media nota1 = 8.0 nota2 = 9.0 nota3 = 9.0 media = (nota1 + nota2) / 2 print(f"Sua media final foi: {media}")
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