#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self, name):
self.name = name
self.eager_to_learn = True
self.eager_to_work = True
self.language_spoken = ["es_ES", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting!")
me = SoftwareEngineer("Juan Martín de la Cruz")
me.say_hi()
Facultad de Ingeniería de la Universidad de Buenos Aires - Software Engineering Student
Algorithms and Programming 2 for the careers Computer Science Engineering and Systems Analysis - Teaching assistant
Tutor.com - Programming Tutor