class Attributes(Vert):
def __init__(self) -> None:
pass
@staticmethod
def life(self) -> tuple:
langs = ['English', 'Turkish', 'France']
nationalities = self.langs.remove('French', 'English').append('Korean')
age = 17
return langs, nationalities, age
@staticmethod
def coding(self) -> tuple:
langs = {
'expert': ['python'],
'intermediate': ['python'],
'learning': ['html', 'css']
}
specialities = [discord bots']
environnement = ['vscode']
return langs, specialities, environnement
😃
Pinned 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.