#!/usr/bin/python
# -*- coding: utf-8 -*-
class IngenieroInformatica:
def __init__(self):
self.name = "Nelson Molina"
self.role = "Intento de Ingeniero en Informática"
self.language = ["es_ES"]
def hola(self):
print("Hola que tal.")
me = IngenieroInformatica()
me.hola()
Popular repositories Loading
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.