Not too hard to fix. In `inner()` you can store whatever `func()` returns to a variable, say `value`. Then, you can `return` this value. (Yes, you can put the `return` keyword directly in front of `func()` if you prefer)
0 likes 1 replies
?
Not too hard to fix. In `inner()` you can store whatever `func()` returns to a variable, say `value`. Then, you can `return` this value. (Yes, you can put the `return` keyword directly in front of `func()` if you prefer)
0 likes 1 replies