Help me in solving EZSPEAK problem

My issue

My code

def(vowels,consonants,s,n):
    vowels=("a","e","i","o","u")
    if(vowels)

Problem Link: EZSPEAK Problem - CodeChef

@neelkumar40
The logic is quite simple if your string contains an vowel then answer would be yes else it would be no