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

@Dylxngr

Division de dos variables

Python
1 year ago
P=76 N=3 print(P/N)

Multiplicacion de dos variables

Python
1 year ago
K=59 G=99 print(G*K)

Resta de dos variables

Python
1 year ago
Ñ=7 M=9 print(Ñ-M)

Suma de dos variables

Python
1 year ago
P=7 Ñ=22 print(P+Ñ)

Raiz cuadrada

Python
1 year ago
import math print(math.sqrt(9))

Potenciacion

Python
1 year ago
N=5 M=3 print(N**M)

Division

Python
1 year ago
B=7 Ñ=2 print(B/Ñ)

Multiplicacion

Python
1 year ago
M=5 N=4 print(M*N)

Resta

Python
1 year ago
P=6 print(P-P)

Suma

Python
1 year ago
E=5 print(E+E)

Poema

Python
1 year ago
print('Cada vez que penso en ti,') print("mis ojos rompen en llanto;") print("y muy triste me pregunto,") print("¿porque te quiero tanto?")

segundo punto 1

Python
1 year ago
print('Hello world!') Undec="Universidad de Cundinamarca" print("mi universidad es", Undec, )

primer punto 1

Python
1 year ago
print('Hello world!') print("Dylan Esteban ") print("Guzman Ramirez ") print("24/12/2007 ") print("323 4477551 ") print("solosoyelver123@gmail.com ")

tercer punto 1

Python
1 year ago
print('Hello world!') Nm="Dylan Esteban" Al="Guzman Ramirez" Edad=17 Fechita="24/12/2007" Tf=3234477552 Ce="solosoyelver123@gmail.com" print("Mi nombre es", Nm, ) print("y mis apellidos son", Al, )
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