PromptsVault AI is thinking...
Searching the best prompts from our community
ChatGPTMidjourneyClaude
Searching the best prompts from our community
Prompts matching the #metaprogramming tag
Explain what a decorator is in Python. Write a simple decorator called `@timer` that measures the execution time of any function it decorates and prints the duration to the console. Show how to apply this decorator to a sample function.