Question: Problem One (Python): Create a list of 40 first names. From that list, create two sub-lists, of which each contains ten random choices from original

Problem One (Python): Create a list of 40 first names. From that list, create two sub-lists," of which each contains ten random choices from original 40 name list. Without directly" using Sets as a data structure, create a "third" list based off of the following set operations: Union, Intersection, XOR, and symmetrical difference. You must use Python arrays (lists); you will most likely be using if/then, if/else structures, and also for loops. Requirements: > Use Python3 to perform these operations > Copy/paste screen shots of both the code and output: don't send me a ZIP or .py file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
