Unique characters: Difference between revisions

Content added Content deleted
Line 799: Line 799:
def uniques(xs):
def uniques(xs):
'''Characters which occur only once
'''Characters which occur only once
across the list of given strings.
across the given list of strings.
'''
'''
return [
return [