#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareDeveloper:
def __init__(self):
self.name = "Jesus Ali Rios O."
self.role = "Software Developer"
self.experience = 17
self.language_spoken = ["pt-br", "en-us", "es-es"]
def say_hi(self):
print("I am a software developer with a passion for problem-solving (I can't say no to a challenge).
I am constantly learning and improving!")
me = SoftwareDeveloper()
me.say_hi()
📫 How to reach me:
- Personal website and blog: http:/alirios.pythonanywhere.com/