#!/usr/bin/python`
# -*- coding: utf-8 -*-
class InformationTechnologyStudent:
def __init__(self):
self.name = "Letícia Gonçalves"
self.actual_role = "Information technology student"
self.actual_cyrcle_degree = "First"
self.aiming_second_cyrcle_degree = "Computer Engineering"
self.university = "UFERSA (Federal Rural University of the Semi-arid Region)"
self.language_spoken = ["pt_BR", "en_US"]
me = InformationTechnologyStudent()
- 👩🔬 Scientific developer at CILab (Computacional Intelligence Laboratory);