🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki
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.