class Developer:
def __init__(self):
self.name = "Your Name"
self.role = "Software Developer"
self.interests = ["AI", "Web Development", "Data Science"]
self.hobbies = ["Reading", "Gaming", "Photography"]
def say_hi(self):
print("Thanks for dropping by!")
- π± Building cool side projects
- π Learning new technologies
- π¨ Exploring creative coding