Hello I'm yuri, While studing to be a FrontEnd developer, fall in love with Python.
Solid fundations of HTML, CSS and Python.
Currently practicing skills in Data-Science and Machine-Learning.
classYuriBettini():
def__init__(self):
self.name="Yuri Bettini";
self.username="Neosyuri";
self.location="Canary Islands, Spain";
def__str__(self):
returnself.nameif__name__=='__main__':
me=YuriBettini()