Terminal
$ cat about-me.py
def about_me():
return {
"profile": {
"name": "mipohbopohih",
"age": 15,
"nickname": "MIPOHBOPOHIH",
},
"contact_info": {
"email": "mipoh@mipoh.ru",
"telegram": "@y9mphbphh",
},
}