Help me in solving HAPPYSTR problem

My issue

cant understand

My code

# cook your dish here
for i in range(int(input())):
    s=input()
    for i in range(len(s)):
        
        
    

Learning course: Strings using Python
Problem Link: CodeChef: Practical coding for everyone

@ajay09siva
U have to check for 3 or more consecutive vowels , if u get it at any point of string then print “yes”.
else print “no”.