def introduce():
.... name = "Sagar Kale"
.... profession = "a Full Stack Developer at One Utility Bill"
.... experience = "over 4 years of experience as a software developer"
.... skills = "PHP, SQL, HTML, CSS, JAVA, Python, C++, C#"
.... languages = "English, Hindi, and Marathi, and I have basic knowledge of Japanese and German"
.... return f"My name is {name}, and I'm {profession} with {experience}. I'm proficient in {skills} and fluent in {languages}."