''' Purpose: implements the tab.py problem on test 2 ''' def le( d, c ) : pass if ( __name__ == "__main__" ) : import two_tester two_tester.test_le()