Merge the Tools!

  • + 0 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())))