Define and implement the function named 'max_args' that: Given a lst of items, return the largest value. code example Example: max function python max([2, 1, 4, 3])