class Developer:
def __init__(self):
self.name = "Khóa Xuân - Asuka"
self.role = "AI/ML Engineer"
self.languages = ["Python", "C#", "Java"]
self.current_learning = ["AI", "Machine Learning"]
self.philosophy = "I don't believe in God, I believe in backpropagation"
self.hobbies = ["Coding", "Gaming", "Breaking production"]
self.pronoun = "Code doesn't work ? Add print()"
def __str__(self):
return f"Debugging {self.name} v20..."
me = Developer()
print(me)"One day, I will shine among the star" ✨
And thanks anuraghazra for github stats cards


