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 = "vrxxdev@gmail.com" return discord, telegram, proton @property def life(self) -> Tuple[List[str], int]: langs = ['VietNam', 'English'] age = 18 return langs, age @property def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str]]: langs = { 'expert' : ['python'], 'learning' : ['java', 'js'] } environnement = ['termux'] return langs, environnement
View Its-VrxxDev's full-sized avatar
:dependabot:
Newbie
Vexx Its-VrxxDev
:dependabot:
Newbie
- At home
- t.me/vrxx1337
Popular repositories Loading
-
Image-Captcha-Solver
Image-Captcha-Solver PublicSimple Image Captcha Bypass using an imagetotext.net API
-
Its-VrxxDev
Its-VrxxDev Public
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.