Self proclaimedCEO of ProcrastinationandAvid C & Python Enjoyer
fromdatetimeimportdateclassAboutMe():
def__init__(self):
self.username="WillyJL"self.pronouns= ("he", "him")
self.location="Italy"self.occupation="Embedded Firmware Engineer"self.birthday=date(day=27, month=5, year=2003)
self.age= (date.today()-self.birthday).days/365# 22 y/oself.hobbies= ["Flipper Zero development", "Gaming", "Music", "YouTube"]
self.interests= ["Programming", "Linux", "Open Source", "Cyber Security"]
self.hotel="Trivago"self.breed="Different"if__name__=="__main__":
me=AboutMe()



