''' Purpose: implements the wed.py problem on test 3 ''' def ding( x, y ) : pass if ( __name__ == '__main__' ) : import t3 t3.test_ding() print()