Solution Exercise 73: python algorithm that remove all vowels from a given string
Exercise 73 Write a python function that takes a string 's' as parameter and which delete all vowels from the string 's'. Example: if s = "Python is hight level programming language", the algorithm returns the string: "Pthn s hght lvl prgrmmng lngg"