Question 3/30 fast.ai v3 lecture 10

What is a closure?

Answer

It is a function that stores some information from the external context at the time the function was created.

Relevant part of lecture

supplementary material

Here is an answer from stackoverflow that explains what a closure is in more technical terms.