Skip to content
View RaidenShogun503's full-sized avatar

Block or report RaidenShogun503

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
RaidenShogun503/README.md

Furiri

About Me

from typing import Tuple, List, Dict

class RaidenShogun503:
    pass


class Attributes(RaidenShogun503):
    
    @property
    def contact(self) -> Tuple[str, str, str]:
        discord = "furiri443"
        facebook = "/furinadefontaine0"
        email = "[email protected]"
        return discord, facebook, email

    @property
    def life(self) -> Tuple[List[str], int]:
        languages = ['Vietnamese', 'English']
        age = 16
        return languages, age

    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]:
        languages = {
            'intermediate': ['Python',  'JavaScript'],
            'learning': ['Java']
        }
        specialties = [ 'Backend Developer',]
        environments = ['VSCode', 'Visual Studio', 'PyCharm', 'IntelliJ IDEA']

        return languages, specialties, environments

Skills

Pinned Loading

  1. SocialDownloader SocialDownloader Public

    Tool Downloaded Video On SocialMedia

    Python

  2. SocialDownloaderGUIVersion SocialDownloaderGUIVersion Public

    Social Downloader Gui Version.Easy Use

    Python

  3. LunarCore-VN-Ver LunarCore-VN-Ver Public

    Forked from Melledy/LunarCore

    Triển khai lại máy chủ trò chơi cho một trò chơi anime theo hướng turn-based

    Java