#!/usr/bin/python
# -*- coding: utf-8 -*-
class Main:
def __init__(self):
self.name = "Gabriel Marchi"
self.role = ["developer,"SOC"]
self.language_spoken = ["pt_BR", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = Main()
me.say_hi()
- It's coming
Cloud Services:
Programming Languages: