Crear set vacío y agregar python

myset = set()
myset.add('a')
Real Raccoon