String Construction

  • + 0 comments

    Python3

    def stringConstruction(s):

    return sum([1 for _ in set(s)])