NOTE: The first decorator repeatTwice() does not support the function to have arguments, as it does not pass *args and **kwargs to the function.
The repeat() decorator does support function arguments.
**NOTE**: The first decorator `repeatTwice()` does not support the function to have arguments, as it does not pass `*args` and `**kwargs` to the function.
The `repeat()` decorator does support function arguments.