// welcome to my portfolio
Trung
Nguyen
Data Science student at Northeastern University with a focus on quantitative finance, algorithmic systems, and turning data into decisions.
def life_plan(self):
while self.age < 45:
self.learn()
self.build()
self.iterate()
self.net_worth += self.grind()
self.age += 1
if self.net_worth >= 1_000_000_000:
return "Mission complete."
# plan B
return self.marry_rich()