If I define a function in Python inside of a function, can I somehow make it so that I can get out of the outer scope function while inside the inner one? For example: