''' Purpose: show if ( __name__ == '__main__' ) action comes into play when a module is treated as a program ''' import module_with_program_run_code print( "Nothing special happened" )