A. Yes.
Related article https://qiita.com/sh1ma/items/3d9280084c340b4cd775
Look at the code
@lambda f: lambda *args: print(f(*args)) #← Move! !!(3.This didn't work until 8) def f(): return "hello" f() # -> hello
Ukeru w
Recommended Posts