Hey, I'm Vicio! 
There are 10 types of people in the world: those who understand binary and those who don't...
class WhoAmI:
user = 'Vicio Di Cara'
birth_fact = 'The first internet ping in Italy coincides with my birth'
currently_working_on = [
"Italian Sign Language (LIS) Interpreter",
"Drug Repositioning Research",
"LLM for Mental Health",
"Developing an AI Agent to help others"
]
hobbies = [
"Surfing",
"Bouldering",
"Coding for Good"
]
def get_city():
return "Palermo, Italy"
def future_ambitions():
return "To travel the world, programming to help others."