from typing import Tuple, List, Dict
class Sana:
pass
class Attributes(Sana):
@property
def contact(self) -> Tuple[str, str, str]:
telegram = "t.me/defoSana"
channel = "t.me/SanaVouches"
email = "haha@autotraffic.ca"
return telegram, channel, email
@property
def life(self) -> Tuple[List[str], int]:
langs = ['English', 'Money']
age = 19
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['python'],
'intermediate': ['go', 'js'],
'learning' : ['c', 'c++', 'c#', 'asm', 'java', 'php]
}
specialities = ['web/app reverse engineering', 'fullstack', 'ai']
ide = ['vscode', 'visual studio tools']
pc = {
'MacOS': {
'macbook air m2': {
'processor': 'm2 | 8 cores',
'ram' : '8gb',
'gpu' : 'm2 | 8 cores'
}
},
'Windows': {
'custom': {
'processor': 'AMD ryzen 9 5900X | 12 cores',
'ram' : '16gb',
'gpu' : 'nvidia 3090 | 5888 CUDA cores'
}
}
}
return langs, specialities, ide, pc
🤒
Out sick
I code a bit for fun.
- Hell
-
03:10
(UTC -10:00) - https://sana.tools
- https://t.me/defoSana
- https://t.me/SanaVouches
- https://discord.gg/SanaSolutions
Popular repositories 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.