Saturday, June 28, 2008

_settingGoals()

priorities and priorities.... Recently, I started asking myself why I am always coming up with excuses to put off anything that requires some work and then I realized that I am the master of procrastinating.

class Goals:

def _init_(self, status):
self.__status: status

def getStatus(self):
return self.__status

def __isGoalAccomplished(self, goals):

........ more to come.........