def avg( x ) : ''' Implements function avg() for module date question ''' pass if ( __name__ == '__main__' ) : import t3 t3.test_avg()