class InfoSystemsStudent:
def __init__(self):
self.name = "Ori"
self.role = "Uni Student"
self.langsSpoken = ["es_NI", "en_US", "ru_RU"]
def helloStatement(self):
print("Thanks for taking a moment of your time to look around my humble land of code and commits!")
me = InfoSystemsStudent()
me.helloStatement()
if for whatever reason you wanted to introduce yourself and say hi, you can do so (: