These are anonymous functions that can be assigned to identifiers.

x = lambda a : a+10
print(x(5)) # 15