text = input( "Enter some text: " ) if text in ['A', 'E', 'I', 'O', 'U', 'a', 'e', 'i', 'o', 'u'] : print(text)