Merge the Tools!

  • + 1 comment

    for i in range(0, len(string), k): print("".join(list(set(string[i: i+k ]))))