''' Purpose: implements the di.py problem on test 2 ''' def ction( x ) : pass if ( __name__ == "__main__" ) : import two_tester two_tester.test_ction()