Max Digit solution in Clear category for Max Digit by -dead-inside-
max_digit = lambda number: int(max(str(number)))
March 6, 2020