def father(self, argument, handle): Game.do_work(self, argument, handle) return codedef.NORMAL_END
def father(self, argument, handle): return Game.do_work(self, argument, handle)