''' Purpose: support stepping through code ''' def until_ready() : ''' Causes program pause until user supplies input ''' reply = input( 'Enter when ready: ' )