Assignment Python 2
Assignment Python 2
s = input()
l = s.split(" ")
no_of_words = 0
for x in l:
no_of_words += 1
vowels = ['A', 'E', 'I', 'O', 'U', 'a', 'e', 'i', 'o','u']
numbers = ['0','1','2','3','4','5','6','7','8','9']
no_of_vowel = 0
no_of_cons = 0
no_of_digits =0
if l[i][x] in vowels:
no_of_vowel += 1
no_of_digits += 1
else:
no_of_cons += 1
sum_of_digits = 0
if s[dig] in numbers:
sum_of_digits += int(s[dig])
print(s[dig])
if sum_of_digits % 2 == 0:
else :