4

Def processCurrentDay(work):
If work.field == "retail":
While work.status == "unsatisfactory":

Work.do_work_things()
If work.status
=="exceptional":
Society.bioengineerFlyPigs()
else:
processCurrentDay(work)

Comments
Add Comment