''' Purpose: solves the dateable.py problem on test 3 ''' def flatten( d ) : pass def similar( d1, d2 ) : pass if ( __name__ == '__main__' ) : import t3 t3.test_flatten() print() t3.test_similar() print()