Home
Python
2D
Application
Buildin Function
Class
Data Structure
Data Type
Database
Development
Dictionary
Event
Exception
File
Function
GUI Pmw
GUI Tk
Language Basics
List
Math
Network
String
System
Thread
Tuple
Utility
XML
filer with lambda function and range : filter « Buildin Function « Python
Python
Buildin Function
filter
filer with lambda function and range
print filter((lambda x: x > 0), range(-5, 5))
Related examples in the same category
1.
Filter demo: lambda function inside
2.
Compute prime numbers in Python
3.
Functional Programming Tools: filter