You are viewing a single comment's thread. Return to all comments →
def merge_the_tools(string, k): l = textwrap.wrap(string,k) ll = {} for i in l: d = {k: "None" for k in list(i)} print("".join(list(d.keys())))
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): l = textwrap.wrap(string,k) ll = {} for i in l: d = {k: "None" for k in list(i)} print("".join(list(d.keys())))