7.
What is the purpose of the @wraps decorator in Python's functools module?

8.
What will be the output of the following Python code?
s='{0}, {1}, and {2}'
s.format('hello', 'good', 'morning')