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

I have this one changed to:
t= list(set(s))
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to