CBSE 2026 results are out, Mukul scored a perfect 100/100 in Computer ScienceSee all toppers →

KwickClips Python · 39 sec · free

What does the lambda do in filter()?

Short answer. It returns True or False, and only True items are kept.

Do map and filter give lists?

No, wrap them in list(). sorted gives a new list.

Three best friends

Functionlambda givesExample
sorted(key=)sort-by valuelambda s: s[1]
map()new valuelambda m: m+5
filter()True or Falselambda m:m>=33

Remember

Wrap map and filter in list()
sorted gives a new list

Where are tiny lambdas useful? With sorted, the lambda picks the sort value. With map, it gives each mark m a new value. With filter, True keeps marks of thirty three or more. Wrap map and filter in list. Sorted gives a new list.

This clip is from the full lesson: Lambda Functions — 6 minutes, with the tables, the quick answers and the whole lesson in text.

Useful for: Programming All levels Python, Programming All levels C++

More KwickClips from this lesson

Voice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

Want a plan that actually fits your board dates?

Ask Kajal Ma'am directly, 20+ years teaching computer science. Free demo class first, no payment.

Talk to Kajal Ma'am on WhatsApp

Or see the Class 12 Computer Science course →

Studying outside India?

We coach CBSE, IGCSE & international students across the globe, one-to-one, in your local time zone.

Visit International →