''' purpose: provide pausing in simple way ''' def enter_when_ready() : print() reply = input( 'Enter when ready: ' ) print() return reply