Youtube Channal - @necakco
class Attributes(Necakco):
@staticmethod
def contact() -> tuple:
discord = "Necakco#5476"
return discord
@staticmethod
def life() -> tuple:
langs = ['vi', 'en']
age = 13
return langs, age
@staticmethod
def coding() -> tuple:
langs = {
'expert': ['python'],
'intermediate': ['pascal', 'js'],
'learning': ['c', 'c++', 'c#', 'php', 'java']
}
specialities = ['web/app reverse engineering', 'fullstack']
environnement = ['vscode']
return langs, specialities, environnement