News

else: break vowels_count = 0 vowels_String = [] for i in str: if i in vowels: vowels_count +=1 vowels_String.append (i) print (f"the number of vowels in ' {str}' is ...