You are viewing a single comment's thread. Return to all comments →
def merge_the_tools(string, k): data=[print("".join(list(dict.fromkeys((list(string[i:i+k]))).keys()))) for i in range(0,len(string),k)]
Try this.
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 →
def merge_the_tools(string, k): data=[print("".join(list(dict.fromkeys((list(string[i:i+k]))).keys()))) for i in range(0,len(string),k)]
Try this.