from typing import Tuple, List, Dict
class Kain(object):
pass
class Attributes(Kain):
@property
def contact(self) -> Tuple[str, str, str]:
discord = "kain0304"
facebook = "/AzenKain"
email = "doduykhanh344@gmail.com"
return discord, facebook, email
@property
def life(self) -> Tuple[List[str], int]:
langs = ['Vietnamese', 'Japanese', 'English']
age = 19
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]:
langs = {
'expert': [''],
'intermediate': ['python', 'c#', 'c++', 'js', 'ts'],
'learning': ['dart','asm', 'java']
}
specialities = ['unity developer', 'backend developer', 'mobile application developer']
environnement = ['vscode', 'visual studio', 'unity']
return langs, specialities, environnement
💫
It's time to make something
Pinned Loading
-
-
SocialNetwork-API
SocialNetwork-API PublicAPI like Instagram for Social Network App (Backcat Chat)
TypeScript
-
GB-Store-Web-Cloth-
GB-Store-Web-Cloth- PublicE-comm Cloth Web code by Front End (Nextjs) - Back End (ExpressJs)
TypeScript
-
Web-Review-Product
Web-Review-Product PublicFront End (Nextjs) - Back End (NestJs) + FastApi(Python)
TypeScript
-
-
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.