#!/usr/bin/python
# -*- coding: utf-8 -*-
class SolutionExpert:
def __init__(self):
self.name = "Salvo Rapisarda"
self.roles = ["Senior Developer", "Manager", "SysAdmin", "Cloud Expert"]
self.language_spoken = ["it_IT", "en_US"]
def say_hi(self):
print("Welcome and enjoy!.")
me = SolutionExpert()
me.say_hi()
- Personal website and blog: https://www.amministraturi.it
- StackOverFlow Profile: https://stackoverflow.com/users/830105/blackat-net
- LinkedIn: https://www.linkedin.com/in/salvorapi/