You are viewing a single comment's thread. Return to all comments →
import textwrap as tp def merge_the_tools(string, k): s=tp.wrap(string,k) s1=[] for i in s: j=set(i) j=list(j) print("".join(j))
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 →
import textwrap as tp def merge_the_tools(string, k): s=tp.wrap(string,k) s1=[] for i in s: j=set(i) j=list(j) print("".join(j))