Skip to content
View KKonaNN's full-sized avatar
😉
Trust, but verify.
😉
Trust, but verify.

Block or report KKonaNN

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KKonaNN/README.md

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

Skills

@KKonaNN's activity is private