This is called a closure. An inner function also has access to variables defined in the enclosing scope, the one defined by the outer function So `print_` works as before and has access to the list `data`, which you can access, albeit with some difficulty (that's a good thing!)
0 likes 1 replies
?