Python challenges

Series2…

Asha

--

Python user defined function definition and syntax:

syntax of user defined function

Simple user defined function example:

Challenge : 1
print even numbers from a list of numbers

even numbers

python lambda functions definition and syntax:

lambda definition and syntax

Simple lambda function of example:

lambda function simple example

Challenge : 2

Print odd numbers using lambda functions

lambda function to extract odd numbers from the list

Thanks! for reading and see you in the next series …with python challenges

--

--