Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@KKonaNN
View KKonaNN's full-sized avatar
😉
Trust, but verify.

KonaN KKonaNN

😉
Trust, but verify.
there's no place like 127.0.0.1

Block or report KKonaNN

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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

AltStyle によって変換されたページ (->オリジナル) /