from random import seed, choice for i in range(1000): seed(i) print choice("abcdef"),