class Attributes(KonaN): @staticmethod def channels() -> str: """ Returns the Discord channel for professional communication. :return: Discord channel link """ discord = "discord.gg/perdition-development-847892794710425631" return discord @staticmethod def contact() -> str: """ Returns the preferred contact handle for professional inquiries. :return: Discord handle """ discord = "kkonann" return discord @staticmethod def life() -> tuple: """ Returns information about language proficiency and age. :return: Tuple containing languages and age """ langs = ['Arabic', 'English', 'French'] age = 21 return langs, age @staticmethod def coding() -> tuple: """ Returns information about coding expertise, specialties, and development environment. :return: Tuple containing languages, specialties, and development environment """ langs = { 'expert': ['python', 'js', 'lua'], 'intermediate': ['php', 'c++', 'c#'], 'learning': ['react', 'Machine Learning'] } specialities = ['web/app reverse engineering', 'fullstack'] environnement = ['vscode'] return langs, specialities, environnement
@KKonaNN
KKonaNN
More
@KKonaNN
View KKonaNN's full-sized avatar
😉
Trust, but verify.
KonaN KKonaNN
😉
Trust, but verify.
there's no place like 127.0.0.1
- Palestine
- https://feds.lol/konan