Monty @ The Python Coding Place @thepythoncodingplace.com · Mar 8

Note that now you also need to pass `print` when you call `store_arguments()` The rest of the code you had at the end of Day 1 still works:

0 likes 1 replies

?

Replies

Monty @ The Python Coding Place · Mar 8

However, there's still an issue with this code—an issue you also had with yesterday's closure The `print()` function works with any number of arguments, not just one. And you can also pass some keyword arguments to it.