python random - stachulemko/doc GitHub Wiki

random letters

import random
x = 'abcdefghijklmnopqrstuvwxyz'
print(random.choice(x))