Read n strings, print each with vowels removed.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
3 hello world programming
Output
hll wrld prgrmmng