Read a string. Print it with all vowels removed.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
Hello World
Output
Hll Wrld