- import re,random 
- def f(s):r='[aeiou]';a=re.findall(r,s);random.shuffle(a);return re.sub(r,lambda m:a.pop(),s) 
-   
- print(f(input())) 
				aW1wb3J0IHJlLHJhbmRvbQpkZWYgZihzKTpyPSdbYWVpb3VdJzthPXJlLmZpbmRhbGwocixzKTtyYW5kb20uc2h1ZmZsZShhKTtyZXR1cm4gcmUuc3ViKHIsbGFtYmRhIG06YS5wb3AoKSxzKQoKcHJpbnQoZihpbnB1dCgpKSk=