But `inner()` also has the function name `print` hardcoded within it You can add a parameter, say `func`, to `store_arguments()` so that you can pass any function name to `store_arguments()` when you call it. And you also replace the call to `print()` within `inner()` with the call to `func()`
0 likes 1 replies
?