[ create a new paste ] login | about

Link: http://codepad.org/w3efx0Hu    [ raw code | output | fork ]

OverDrivejt - Python, pasted on Jun 24:
1
2
3
4
5
6
7
8
# esto es solo una prueba de programacion en python.
# openhacks.tk
x = 45
if x%2 == 0:
    print "es par"
else:
    print "es impar el desgraciado"
print "aqui termin el code"


Output:
1
2
es impar el desgraciado
aqui termin el code


Create a new paste based on this one


Comments: