from typing import Tuple, List, Dict
class Vex:
pass
class Attributes(Vex):
@property
def contact(self) -> Tuple[str, str, str]:
discord = "vrxx.py"
telegram = "t.me/vrxx1337"
youtube = "vrxxsobad1337"
email = "[email protected]"
return discord, telegram, proton
@property
def life(self) -> Tuple[List[str], int]:
langs = ['VietNam', 'English']
age = 17
return langs, age
@property
def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]:
langs = {
'expert' : ['python'],
'learning' : ['java', 'js']
}
environnement = ['vscode']
return langs, environnement
Popular repositories Loading
-
-
Image-Captcha-Solver
Image-Captcha-Solver PublicSimple Image Captcha Bypass using an imagetotext.net API
Python
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.