Vowel Letters Improve the following code char = input("Insert a character: ") if char == "a" or char == "o" or char == "e" or char =="u" or char == "i": print("It's a vowel!")