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.

22nd Jun 2018, 6:16 AM
Sashank Reddy
Sashank Reddy - avatar
2 ответов
+ 1
is this homework?
22nd Jun 2018, 6:24 AM
hinanawi
hinanawi - avatar
- 1
Here is my code for your question : Give up vote https://code.sololearn.com/cItFhcI8LS9v/?ref=app
22nd Jun 2018, 6:58 AM
Abhishek Rawat
Abhishek Rawat - avatar