''' Purpose: implements the lin.py problem on test 2 ''' def ear( m, b, x ) : pass if ( __name__ == "__main__" ) : import two_tester two_tester.test_ear()