my_info = {
"name": "Ngô Trần Quang Thiện",
"username": "ThienFakeVN",
"country": "Vietnam",
"division": "Hồ Chí Minh City",
"age": 14, # until my birthday!
"occupation": "student", # if you consider it to be an occupation!
"website": "https://thienfakevn.github.io/",
"languages": {
"Vietnamese": "first language",
"English": "B1",
"Russian": "A1",
},
"programming language": {
"Lua": 1, # indicates my level
"Python": 2,
"JavaScript": 1,
}, # Fun fact: Lua is the first programming language that I've interacted with
"accounts on other platforms": {
"Youtube": "@Kcf_not_kfc",
"X": "@ThieenjVN", # aka Twitter or something idk
"PyPI": "ThienFakeVN"
},
"mentionable projects": ["Countries dictionary", "vietnamese_jokes", "SpeaksHalf"]
}I have a SPECIAL coding style ;)

