def rotate( p ) : ''' Implement function rotate() for module picspin question ''' pass if ( __name__ == '__main__' ) : import t3 t3.test_rotate()