Developer-Student-Clubs-VSSUT-Burla / Master-PyAlgo

36 stars 84 forks source link

Word Score #578

Closed Manasi2001 closed 2 years ago

Manasi2001 commented 3 years ago

Aim: The score of a single word is 2 if the word contains an even number of vowels. Otherwise, the score of this word is 1. The score for the whole list of words is the sum of scores of all words in the list. The aim is to output this score for the entered string.

PrabodhBadwaik27 commented 3 years ago

Hi, I would like to work on this issue.