class Developer:
def __init__(self):
self.name = "Christian"
self.role = "Cyber Security Green Hat Hacker"
self.interests = ["Web Development", "Cybersecurity", "CTF Challenges"]
self.fun_fact = "I debug in my sleep π΄"
def say_hi(self):
print("Thanks for stopping by! Let's build something amazing together.")
me = Developer()
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.
