Ver originalfrom random import sampleletras = ['a', 'b', 'c', 'd', 'e', 'f', 'g']print ''.join(sample(letras, 3))