count consecutive elements

Bischoop Bischoop at vimart.net
Wed Jan 13 16:48:26 EST 2021


On 2021-01-13, Bischoop <Bischoop at vimart.net> wrote:
> t = set(s) # set of characters in s

I have this one changed to:
t= list(set(s))


More information about the Python-list mailing list