Merge the Tools!

  • + 0 comments

    import textwrap

    # your code goes here
    
        for x in textwrap.wrap(string, k):
            my_list = list(dict.fromkeys(x))
            print( ''.join(my_list) )