word = input('Enter a word: ') print(''.join(c for c in word if c.lower() not in 'aeiou'))