Requires Windows, Mac, or Linux
import randomvowelmix = lambda x: ''.join([(random.choice([v for v in 'aeiou' if v != y]) if y in 'aeiou' else y) for y in x])print vowelmix("queueing theory")#qooiuong thuary