Collections Python Tutorial

s = set('ABC')
u = frozenset(s)
s |= set('pypi')
print s