achilles55
Newbie
- Mar 6, 2024
- 5
- 4
class CyberSecurityAnalyst:
def __init__(self, name, expertise):
self.name = name
self.expertise = expertise
def introduce(self):
intro = f"Hello, I'm Adrian, your friendly neighborhood Cyber Security Analyst!
expertise_info = I specialize in Network and IT infrastructure security and my superpower is keeping your data safe and sound.
def __init__(self, name, expertise):
self.name = name
self.expertise = expertise
def introduce(self):
intro = f"Hello, I'm Adrian, your friendly neighborhood Cyber Security Analyst!
expertise_info = I specialize in Network and IT infrastructure security and my superpower is keeping your data safe and sound.