Question: Set colors _ set 1 contains 'cinnamon'. Set colors _ set 2 contains three strings read from input. Perform the following tasks: Update colors _

Set colors_set1 contains 'cinnamon'. Set colors_set2 contains three strings read from input. Perform the following tasks:
Update colors_set1 with colors_set2.
Read the next string from input and remove the string from colors_set1.
Read the next string from input and add the string to colors_set1.
Click here for example
Ex: If the input is:
coral
maroon
purple
maroon
aqua
then the output is:
colors_set1: ['aqua', 'cinnamon', 'coral', 'purple']
colors_set2: ['coral', 'maroon', 'purple']

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!