class TheLokin():
def __init__(self):
self.name = 'Diego'
self.username = 'TheLokin'
self.location = 'Spain'
def __str__(self):
return self.name
if __name__ == '__main__':
me = TheLokin()
🛠️
Compiling...
Me dedico a programar y mientras tanto escucho música :)
Highlights
- Pro
Pinned Loading
-
Lambda-Calculus-Interpreter
Lambda-Calculus-Interpreter PublicOCaml implementation of a Lambda Calculus Interpreter
-
JPEG-Encoder-Decoder
JPEG-Encoder-Decoder PublicMatlab implementation of a JPEG encoder/decoder
MATLAB
-
El-Mundo-de-los-Bloques
El-Mundo-de-los-Bloques PublicImplementación en OCaml del Mundo de los Bloques
Tcl 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.