Splitting of string in python .

Posted by mekasperasky on Stack Overflow See other posts from Stack Overflow or by mekasperasky
Published on 2010-03-23T13:28:54Z Indexed on 2010/03/23 13:33 UTC
Read the original article Hit count: 274

Filed under:

A<<B would mean circling the characters of A towards left by the length of the data in B . So I am using split not the loop . But I am not able to figure out how to split a string according to the length of B.

© Stack Overflow or respective owner

Related posts about python