lambda

Sample

This lambda function is exactly the same as the function f following:

g = lambda x: x*2

def f(x):
    return x*2