a program in Python that: Creates a list of names in our class,…
Question Answered step-by-step a program in Python that: Creates a list of names in our class,… a program in Python that: Creates a list of names in our class, e.g. [‘Zainab’, ‘Sean’, ‘Keresa’, ‘Michael’, ‘Dahir’] One by one, asks the user if they know that person, e.g. “Do you know Zainab?” Tells the user how many people they know, e.g. “You know 3 out of 5 people” You may choose to add a while loop to validate the user’s response to your question Computer Science Engineering & Technology Python Programming CS 101 Share QuestionEmailCopy link Comments (0)


