from typing import Tuple, List, Dict
class Matthew:
pass
class Attributes(Matthew):
@property
def contact(self) -> Tuple[str, str, str]:
telegram = "t.me/slmatthew"
channel = "t.me/salomatu4ak"
email = "me@slmatthew.ru"
return telegram, channel, email
@property
def life(self) -> Tuple[List[str], int]:
langs = ['Russian', 'English']
age = 18
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['php'],
'intermediate': ['js'],
'learning' : ['go', 'c#', 'swift']
}
specialities = ['backend']
ide = ['vscode', 'phpstorm']
pc = {
'MacOS': {
'macbook air m1': {
'processor': 'm1 | 8 cores',
'ram' : '8gb',
'gpu' : 'm1 | 8 cores'
}
},
'Windows': {
'custom': {
'processor': 'Intel Core i5 12400 | 6 cores',
'ram' : '32gb',
'gpu' : 'nvidia 3060Ti | 4864 CUDA cores'
}
}
}
return langs, specialities, ide, pc
Pinned Loading
-
-
-
-
vk-stickers-downloader
vk-stickers-downloader Public archiveСкрипт для скачивания стикеров ВКонтакте
PHP
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.