
    Dcr                         d  Z d Zd ZdS )c                 :    t          |           }|d |dz            S )N   len)suffsns      -/home/feoh/src/personal/bitesofpy/8/rotate.pyremovesuffixr
      s    D		AUacU8O    c                 0    |t          |           d          S )Nr   )pr   s     r	   removeprefixr      s    SVVXX;r   c                 8    | |d         }| d|         }||z   }|S )zgRotate characters in a string.
       Expects string and n (int) for number of characters to move.
    N     )stringr   suffixprefixrotateds        r	   rotater   
   s,    
 ACC[FAaC[FvoGNr   N)r
   r   r   r   r   r	   <module>r      s<     
  	 	 	 	 	r   