Question: PLEASE CODE IN PYTHON!!! THANK YOU!!! Instructions Add any list of elements to 2 Sets (minimum of 10 items in EACH set) These elements can
PLEASE CODE IN PYTHON!!! THANK YOU!!!

Instructions Add any list of elements to 2 Sets (minimum of 10 items in EACH set) These elements can be String or numeric data Return a NEW set consisting of identical items from the 2 Sets Only the elements that appear in BOTH Sets Get only UNIQUE items from BOTH Sets This means REMOVING the identical elements in the NEW list Update the 1st Set with items that exist only in the first set and not in the second set. So, if there is a recurring element in the 2nd Set DO NOT include that element in the first set. Remove items from 1st Set that are not common to BOTH 1st and 2nd Set Add Comments (#) to describe what YOU are doing - this helps me understand whether you are comprehending the usage of Sets Submit your .py file ONLY - NO Pdf or Word docs will be accepted!! My work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
