Find out what you like doing best, and get someone to pay you for doing it.” —Katharine Whitehorn
Sponsor Me💰 Patreon | Buy Me A Coffee 🙈
#!/usr/bin/python # -*- coding: utf-8 -*- class SoftwareEngineer: def __init__(self): self.name = "FNU Khushbu" self.role = "Software Engineer" self.language_spoken = ["en_US"] def say_hi(self): print("Thanks for dropping by, hope you find some of my work interesting.") me = SoftwareEngineer() me.say_hi()- Personal website and blog: https://khushbuparakh.github.io/
- [WIP] LeetCode Solutions & Notes:


