class Attributes(IMNIGHT):
@staticmethod
def contact() -> tuple:
phone = "13643584702"
email = "[email protected]"
return email, phone
@staticmethod
def life() -> tuple:
age = 24
return age
@staticmethod
def coding() -> tuple:
langs = {
'expert': ['python', 'aigc'],
'intermediate': ['go', 'js'],
'learning': ['Deep Learning']
}
specialities = ['web/app engineering', 'fullstack', 'ai algorithm engineer']
environnement = ['vscode']
return langs, specialities, environnement
Popular repositories Loading
-
-
-
-
Golang-100-Days
Golang-100-Days PublicForked from rubyhan1314/Golang-100-Days
Golang - 100天从新手到大师
Smarty
-
-
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.