8000 GitHub - RaidenShogun503/RaidenShogun503
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RaidenShogun503/RaidenShogun503

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

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 = "hieu91654@gmail.com"
        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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0