79573477

Date: 2025-04-14 15:18:18
Score: 1
Natty:
Report link

Also you can do it with filter


new_dict = dict(filter(lambda item: item[1]['category']['name'] == 'Fruit', my_dict.items()))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey