Welcome to my profile, glad when seeing you visit my page
- Docker
- Machine Learning
- Blockchain
- Frontend and Backend Web Development
import random
class Future:
life = list()
def __init__(self, **goal_dict):
self.goal_dict = goal_dict
self.base = "family"
def try_my_best(self, goal):
'''
success or failure, very exciting when doing it
'''
return goal, random.choice('success', 'failure')
def build(self):
'''
nothing lasts forever, but the love lives with the time
enjoy every single moment
the good, the bad, the beautiful, the ugly
the inspiring, the not-so-glamorous moments.
And thank you through it all
'''
for each_goal in goal_dict:
memory = self.try_my_best(each_goal)
Future.life.append(memory)
- I'm currently working on 🔭 building Backend in FPT telecom.
- Also, I've got a my personal website, vantien.me. Be sure to check it out as I keep posting post about a variety of things.