You are viewing a single comment's thread. Return to all comments →
x = 0 while x < len(string): print("".join(list(dict.fromkeys(list(string[x:x + k]))))) x += k
Merge the Tools!
You are viewing a single comment's thread. Return to all comments →