Criando conjunto vazio e anexa o python

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