In this practice, you will work with Python decorators.
- Clone the repository.
- Change directory into the repository.
- Make sure you are running Python 3.9.4.
The problems directory contains the code that you need to complete. Open each file and follow the instructions inside to complete the code.
When you have finished, go to the terminal and run python <file-name>. For example, if you have completed the code in
01-hello-world-decorator.py and want to see its output, run
python problems/01-hello-world-decorator.py from the root directory
(or simply python 01-hello-world-decorator.py from inside the
problems directory).
After running your code, check the output in the terminal to make sure it is correct.