L=[lambda x: x *2,lambda x: x *3, lambda x: x *4] for f in L: print(f(5), end=" ") print("/n Multiplying the value of 100 by 2 we get : ",(L[0](100)))
To embed this project on your website, copy the following code and paste it into your website's HTML: