Skip to content
View Its-VrxxDev's full-sized avatar
:dependabot:
None
:dependabot:
None
Block or Report

Block or report Its-VrxxDev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Its-VrxxDev/README.md

MasterHead

About Me

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

  1. zlapi zlapi Public

    Zalo API for Python

    Python 3 1

  2. Its-VrxxDev Its-VrxxDev Public

  3. ListGifWebp ListGifWebp Public