Question: PLEASE CODE IN PYTHON!! THANK YOU!!! Rapid Prototyping - Sets # 2 Due today at 11:59 PM Instructions Complete the following as one continuous program.
PLEASE CODE IN PYTHON!! THANK YOU!!!

Rapid Prototyping - Sets # 2 Due today at 11:59 PM Instructions Complete the following as one continuous program. You are free to determine WHAT the numeric value represent such as grades, points, score, etc. Be sure to submit your work as a .py file Part A Write a python program as a function that determines the union of two NUMERIC sets without using any predefined functions. (Basically, join 2 sets together). EACH set MUST have at least 6 values Part B Now, with the NEW set, convert it to a Tuple Part Print the Tuple elements VERTICALLY one by one. (Basically, this is a list) Part 1 Now, Print the Tuple elements in REVERSE order. This process is called NEGATIVE INDEXING. Part E Add a LIST to the Tuple: Create a new Tuple and add the List to the Tuple. The Tuple MUST have at least 4 numeric values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
