#!/usr/bin/python
# -*- coding: utf-8 -*-
class AIStudent:
def __init__(self):
self.name = "Lucas González Fiz"
self.role = "AI Studentr"
self.language_spoken = ["es_ES", "en_US", "gl_GL"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = AIStudnet()
me.say_hi()
Current tech knowledge:
Currently studying at my 3rd year in college studying Artificial Intelligence at Uvigo