Anyone know the solution

Denis McMahon denismfmcmahon at gmail.com
Mon Oct 27 20:20:06 EDT 2014


On Mon, 27 Oct 2014 08:10:04 -0700, emmanueloje wrote:

> Write a program that reads the contents of the two files into two
> separate lists.

Yep, know how to do that

> The user should be able to enter a boy's name, a girl's
> name or both

Yep, know how to do that

> and the application will display messages
> indicating whether the names were among the most popular.

Nope, not sure how to do that, please define the algorithm for 
determining a "most popular name"

Determining if the name is in either of the lists is easy, know how to do 
that, but I'm not sure from your problem description if that's your 
definition of a "most popular name" or not.

-- 
Denis McMahon, denismfmcmahon at gmail.com



More information about the Python-list mailing list