Skip to content
View AzenKain's full-sized avatar
💫
It's time to make something
💫
It's time to make something
  • Việt Nam
  • 20:03 (UTC +07:00)
Block or Report

Block or report AzenKain

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
AzenKain/README.md

KAIN

About Me

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 = "[email protected]"

        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

Skills

Popular repositories

  1. TurnBaseGame TurnBaseGame Public

    C++ 1

  2. TFD-Project TFD-Project Public

    C#

  3. AzenKain AzenKain Public

  4. cf-stats cf-stats Public

    Python

  5. Travel-Web Travel-Web Public

  6. Learning-app-HongAnh Learning-app-HongAnh Public

    App giao bài tập

    TypeScript