class Attributes(TheFemboyMask):
def __init__(self) -> None:
super().__init__()
@staticmethod
def contact() -> str:
return "No contact information provided."
@staticmethod
def life() -> tuple:
age = None
langs = ['French', 'English']
return langs, age
@staticmethod
def coding() -> tuple:
learning = "python"
specialities = 'automation'
environment = 'vscode'
return learning, specialities, environment
- 🐍 Python is my language of choice, and I love diving deep into its intricacies.
- 🔒 Cybersecurity is more than a passion—it's a way of life. I'm committed to creating secure software and promoting best practices.
- 🚫 Skids and malware? Not my thing. I believe in ethical hacking and using my skills for good.
- 🖥️ Visual Studio Code is my preferred IDE—it's powerful, flexible, and perfect for my coding needs.