fork download
  1. s=raw_input()
  2. print ''.join([c for c in s if c not in 'aeiou '])
  3. print ''.join([c for c in s if c in 'aeiou'])
Success #stdin #stdout 0.01s 7856KB
stdin
all those who believe in psychokinesis raise my hand
stdout
llthswhblvnpsychknssrsmyhnd
aoeoeieeioieiaiea