from typing import Tuple, List, Dict
class Furiri443:
pass
class Attributes(Furiri443):
@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', 'Chinese(Traditional)']
age = 17
return languages, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]:
languages = {
'intermediate': ['Python', 'JavaScript', 'Rust', 'Swift'],
'learning': ['Java']
}
specialties = [ 'Backend Developer',]
environments = ['VSCode', 'Visual Studio', 'PyCharm', 'IntelliJ IDEA', 'Xcode']
return languages, specialties, environments
Student at [Nguyen Du HighSchool (HungChau,NgheAn)]
-
Schale&Co
- Vietnam
-
06:44
(UTC +07:00) - furiri.nguyenhieu.click
- furinadefontaine0
- https://tiktok.com/@furina443
Pinned Loading
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.



