|
|
|
|
|
|
class AboutMe:
def __init__(self):
self.name = "Rachit Shivhare"
self.education = "Graduate in Computer Science"
self.interests = ["Machine Learning", "Programming", "Technology", "Problem Solving"]
self.currently_learning = ["Python", "JAVA", "C++", "DSA"]
self.fun_fact = "There are two ways to write error-free programs; only the third one works π"


