<pre><div class="text_to_html">Lecture 06/02: 1) Write a decorator that logs the calls with the parameters and the results (by yourself) 2) Write a decorator that times a function. The decorator should have an option with default value equal to 1 corresponding to the number of repetitions chosen to better evaluate the time. 3) Write a decorator that counts the number of times a function is called. </div></pre>