👋 Hi there 🔥 About Me class Gary: def __init__(self): self.name = "Gary" self.status = "Chilling" def say_hi(self): print("Thanks for dropping by!") me = Gary() me.say_hi() 🐱 ⭐️ From Gary with ❤️