''' Purpose: implements the al.py problem on test 2 ''' def ike( x, y ) : pass if ( __name__ == "__main__" ) : import two_tester two_tester.test_ike()