You are viewing a single comment's thread. Return to all comments →
for i in range(int(len(string)/k)): m='' for j in range(k): if string[i*k+j] not in m: m=m+string[i*k+j] print (m)
Seems like cookies are disabled on this browser, please enable them to open this website
Merge the Tools!
You are viewing a single comment's thread. Return to all comments →