filter example 

Run Settings
LanguagePython
Language Version
Run Command
listing = [0,1,2,3,4,5,6,7,8,9,10] result = filter(lambda x: x % 2 == 0, listing) print(list(result))
Editor Settings
Theme
Key bindings
Full width
Lines