Ad
Fundamentals
Mathematics

lambda, more concise :)

Code
Diff
  • m=lambda a,b:a*b
    • def m(a,b):return a*b
    • m=lambda a,b:a*b