class Engineer:
def __init__(self):
self.nickname = "White-Mask"
self.degree = "software engineering"
self.role = "backend software engineer"
self.fav_prog_langs = ["Python", "Javascript"]
def presentation(self):
print(f"Hi, nickname is {self.nickname}.")
print(f"A recent {self.role} graduate from The University Unab.")
print(f"I currently work as a {self.role}.")
print(f"My favorite programming languages are the following: {', '.join(self.fav_prog_langs)}")
white_mask = Engineer()
white_mask.presentation()
White-Mask
Follow
🎯
Focusing
Pinned Loading
-
COVID-19-Chile-Coronavirus
COVID-19-Chile-Coronavirus PublicDatasets obtenidos del Minsal y análisis de los datos del COVID-19 en Chile (actualización diaria)
-
ICF232_202010_Grupo10
ICF232_202010_Grupo10 PublicSistema para la visualización de imágenes de pacientes de Radioterapia para el centro INRAD.
Rich Text Format 2
-
Plebiscito-Chile-2020
Plebiscito-Chile-2020 PublicAnálisis de los tweets emitidos a la hora de la franja televisiva para el plebiscito 2020
Jupyter Notebook
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.