Writing a function. Write a function named weird that takes one input and always returns the number 42 (thus ignoring its input). In this question, include this specific docstring: ‘‘‘This function always returns 42.‘‘‘