class About(Me):
def getCurrentWorkplace(self) -> dict:
return {
'workplace': {
'College': 'LIET',
'position': 'Student'
}
}
def getDailyKnowledge(self) -> List[str]:
return [
'Python',
'C/C++',
'Machine_Learning',
]
def getFutureGoal(self) -> str:
return 'To contribute to open source.'
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)