Skip to content

ozzloy/aa17-decorators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Python Decorators Practice

In this practice, you will work with Python decorators.

Getting started

  1. Clone the repository.
  2. Change directory into the repository.
  3. Make sure you are running Python 3.9.4.

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages