class MuhitKhan:
name = "Muhit Khan"
location = "Planet Earth π"
role = "Enthusiast Programmer & Tech Blogger"
languages = ["Python", "C", "C++", "Java", "JavaScript"]
frameworks = [ "Certified AI Professional", "Next.js", "Node.js"]
currently = "Exploring SQA Automation & Full-Stack Development"
web = "https://muhit-khan.com"
email = "muhit.dev@gmail.com"
ask_me = ["JavaScript", "TypeScript" "Python", "Automation Testing", "AI/ML", "Web App"]
def say_hi(self):
print("Thanks for dropping by! Let's build something great together. π")
me = MuhitKhan()
me.say_hi()βοΈ From muhit-khan β "Code is poetry written for machines, read by humans."


