Collections Python Tutorial

s = set(['p', 'c', 'e', 'h', 's', 'o'])
print len(s)