At the moment, `print_()` has access to global variables and any local variables within it, such as the parameter `some_obj` which becomes a local variables when you call the function. Let's enclose this local scope visually
0 likes 1 replies
?
At the moment, `print_()` has access to global variables and any local variables within it, such as the parameter `some_obj` which becomes a local variables when you call the function. Let's enclose this local scope visually
0 likes 1 replies