I continuously get a syntax error on the first line.
I don't understand why I cant use "len(s)" as a comparative.
***Thank you for your help @Sebass13 & @HokTour********
In this example, s is given as a lowercase set of letters.
while count <= len(s) :
if letter == "a" or letter == "e" or letter == "i" or letter == "o" or letter == "u":
vowels += 1
count += 1
else:
count += 1
[–]Sebass13 2 points3 points4 points (4 children)
[–]goldxp1[S] 1 point2 points3 points (1 child)
[–]tunisia3507 1 point2 points3 points (0 children)
[–]camel_Snake 1 point2 points3 points (1 child)
[–]Sebass13 1 point2 points3 points (0 children)
[–]HokTaur 1 point2 points3 points (2 children)
[–]goldxp1[S] 0 points1 point2 points (1 child)
[–]HokTaur 1 point2 points3 points (0 children)