def reachGoal(goal):
target = defineMeasurableTarget(goal)
approach, result = firstTry()
while (result != target):
insights = reflect(approach, result, target)
approach, result = iterate(insights, approach, result, target)
print(f"Achieved goal with {result}")
"Have the courage to follow your heart and intuition. They somehow already know what you truly want to become. Everything else is secondary."
"Besides the noble art of getting things done, there is the noble art of leaving things undone. The wisdom of life consists in the elimination of non-essentials."
"Pretend there’s a documentary crew filming your success story and following you around right now. What would you do?"