def square( x ) : ''' Implements function square() for module tab question ''' pass if ( __name__ == '__main__' ) : import t3 t3.test_square()