class Fabio:
def __init__(self):
self.name = "Fábio Varela"
self.age = 20
self.email = "fabio.varela@protonmail.com"
self.tools = ['Javascript', 'HTML', 'CSS', 'Python', 'ReactJS', 'Django', 'Flask', 'MySQL', 'SQL Server']
def me(self):
print(f'{self.name} - {self.age} - {self.email}\n{" - ".join(self.tools)}')
me = Fabio().me()
Programmer at All Flags.
Dedicated to the art and science of programming.
“And remember, I am with you always, to the end of the age.” (Matthew 28:20)
-
All Flags Lazer e Náutica
- São Paulo
-
17:13
(UTC -03:00) - https://www.linkedin.com/in/f%C3%A1bio-varela-413719217/?locale=en_US
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.