Skip to content
View 4rnzz's full-sized avatar

Block or report 4rnzz

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
4rnzz/README.md

github contribution grid snake animation
from typing import Tuple, List, Dict

class misquin:
    pass

class Attributes(misquin):
    @property
    def contact(self) -> Tuple[str, str, str]:
        discord  = "onelanzz"
        telegram = "t.me/onelanzz"
        email    = "[email protected]"
	    
	    return discord, telegram, email, proton

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['VietNam', 'English', 'javanese', 'Sundanese']
        age   = 21
		
        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

Pinned Loading

  1. 4rnzz 4rnzz Public

    5