I have defined the following function using lambda:
lambda
f = lambda x: x**2 + 3*x + 3
Is there any way that I use Python
Python