On Tue, Oct 3, 2017 at 6:51 AM, Bill <bill_nos...@whoknows.net> wrote: > Can you inspire me with a good decorator problem (standard homework > exercise-level will be fine)? Otherwise I will go create one which will > prints a row of asterisks before and after the call to the original function > (which I think I should do). But maybe you have something more interesting? > Or maybe you can refer me to a good source of Python problems, so I can bug > you less? >
Start with the row of asterisks. Then change your function to make the "ending" line also say how long the function took to complete. That's a handy tool (albeit a simplistic implementation of it). You may find codewars.com useful, though I don't know how many Python-specific puzzles they have. Or just search the web for "programming puzzles" and see what you find. ChrisA -- https://mail.python.org/mailman/listinfo/python-list