0
Please find the result using dictionary comprehension.
dict={'blue':1,'green':2,'blue':3,'yellow':4} Create the dictionary final_dict which filter words having values greater than one from dict. Finally print the dictionary final_dict. Using dictionary comprehension.
2 Answers
+ 1
is this homework?
- 1
Here is my code for your question : Give up vote
https://code.sololearn.com/cItFhcI8LS9v/?ref=app