vanmacstst (34)in #windows • last yearWSL2 - Windows Subsystem for LinuxA tool that lets developers run a GNU/Linux environment -- including most command-line tools, utilities, and…vanmacstst (34)in #python • last yearPython Lamda Functionadd = lambda x, y: x + y #define a function and assign in variable