from typing import Tuple, List, Dict
class CodeWithInferno:
pass
class Attributes(CodeWithInferno):
@property
def contact(self) -> Tuple[str, str, str]:
telegram = "t.me/CodeWithInferno"
channel = "t.me/CodeWithInferno"
email = "[email protected]"
return telegram, channel, email
@property
def life(self) -> Tuple[List[str], int]:
langs = ['English', 'Gujarati', 'Hindi']
age = 17
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
langs = {
'expert' : ['python'],
'intermediate': ['Next.Js', 'js'],
'learning' : ['c', 'c++', 'c#', 'asm', 'java']
}
specialities = ['web/app reverse engineering', 'fullstack', 'ai']
ide = ['vscode']
pc = {
'MacOS': {
'macbook air m3': {
'processor': 'm3 |Β 8 cores',
'ram' : '8gb',
'gpu' : 'm3 | 8 cores'
}
},
'Windows': {
'custom': {
'processor': 'Intel i5 6300U |Β 2 cores',
'ram' : '8gb',
'gpu' : 'Intel Iris Xe | Cores No Longer Matters'
}
}
}
return langs, specialities, ide, pc
I may be slow to respond.
π¨ self- taught Web developer
π Follow @pratham_disc on instagram
π Think | Design | Code
Posting about computers π©βπ»
-
CodeWithInferno
- Erie
-
15:46
(UTC -12:00) - https://instagram.com/pratham_disc/
- in/pratham-patel-6a40b5323
- pratham_disc
Highlights
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.