class SecurityAnalyst: π
def __init__(self):
self.pronouns: "she" | "her"
self.name = "Aura" πΈ
self.role = "Security Analyst"
self.language_spoken = ["es_ES", "en_US"] π¬πΉ
def say_hi(self):
print("Thanks for dropping by, Developer in process...") π§
me = SecurityAnalyst()
me.say_hi()
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.