Why don't we have closures in python?

I am learning python. I have closure in other languages.

But I don't see closures available in python. Is there some special reason that stops python from closing the language?

+3


source to share





All Articles