Merge the Tools!

  • + 0 comments
    x = 0
    while x < len(string):
    		print("".join(list(dict.fromkeys(list(string[x:x + k])))))
    		x += k