Question: Python task 5 Create a dictionary of 3 items GET one of the keys Remove one of the keys output all values of the dictionary
Python
task 5
Create a dictionary of 3 items GET one of the keys Remove one of the keys output all values of the dictionary output all keys of the dictionary output all key-value pairs of the dictionary
Task 6 Create a set of numbers between 10 and 20 Create another set of numbers between 5 and 15 Output to screen the values that are not in both sets Output to screen values that are in the first set but not in the second set Output to screen values that are in the second set but not in the first set Output to screen the common numbers of the two sets Iterate through each value of both sets
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
