🏠 Hem
Benchmarkar
📊 Alla benchmarkar 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List-applikationer 🎨 Kreativa fria sidor 🎯 FSACB - Ultimata uppvisningen 🌍 Översättningsbenchmark
Modeller
🏆 Topp 10 modeller 🆓 Gratis modeller 📋 Alla modeller ⚙️ Kilo Code
Resurser
💬 Promptbibliotek 📖 AI-ordlista 🔗 Användbara länkar
medium

Python List Filtering

#python #coding #scripting

Create a Python script to filter a list of dictionaries based on specific criteria.

Given a list of employee dictionaries with keys 'name', 'department', and 'salary', write a Python list comprehension that creates a new list containing only the names of employees in the 'Sales' department who earn more than 50000.