Collections Python Tutorial

s = set('ABC')
t = frozenset('bookBC')
print s | t