from typing import Tuple, List, Dict
class Anvarbek:
pass
class Attributes(Anvarbek):
@property
def contact(self) -> Tuple[str, str, str]:
telegram = "t.me/jumamuradv"
channel = "t.me/anvarbeckk"
email = "[email protected]"
return telegram, channel, email
@property
def life(self) -> Tuple[List[str], int]:
langs = ['Uzbek', 'English']
age = 15
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'intermediate': ['python'],
'learning' : ['go']
}
specialities = ['backend development', 'web/app reverse engineering']
ide = ['vscode']
pc = {
'MacOS': {
'macbook pro m2': {
'processor': 'm2 | 8 cores',
'ram' : '8gb',
'gpu' : 'm2 | 8 cores'
}
}
}
return langs, specialities, ide, pc
Pinned Loading
-
PayTechUz/payme-pkg
PayTechUz/payme-pkg Public🟢 Merchant Api and Subscribe Api Integration 2024— 11
-
PayTechUz/shop-backend
PayTechUz/shop-backend Public🟢 Payme/Click Integration 2025 Example (Однаразовый платеж)
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.